Skip to content

Commit

Permalink
lowercase repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jun 26, 2024
1 parent 1e8498a commit 5d4f6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- < Dockerfile
- name: Build Docker image
run: |
img="ghcr.io/${{ github.repository }}"
img="ghcr.io/$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')"
version="$(grep _VERSION= Dockerfile | cut -d'"' -f2)"
image_revision="$(grep _IMAGE_REVISION= Dockerfile | cut -d'"' -f2)"
tag="${version}-${image_revision}"
Expand Down

0 comments on commit 5d4f6fa

Please sign in to comment.