Skip to content

Commit

Permalink
fix(docker-build-push.yaml): convert repository owner and name to low…
Browse files Browse the repository at this point in the history
…ercase in docker image tags for consistency
  • Loading branch information
ozeliurs committed Oct 7, 2024
1 parent 0c11c83 commit 2d43d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
context: ./build-base
file: ./build-base/Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/base:latest
tags: ghcr.io/${{ github.repository_owner | lower }}/${{ github.event.repository.name | lower }}/base:latest
platforms: linux/amd64,linux/arm64

0 comments on commit 2d43d04

Please sign in to comment.