Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz authored Nov 4, 2020
1 parent 5d1acb3 commit 5baedb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Push image to GitHub Packages Registry
run: |
IMAGE_ID=docker.pkg.github.com/${{ github.repository_owner }}/charts-ci/$IMAGE_NAME
IMAGE_ID=docker.pkg.github.com/${{ github.repository_owner }}/charts-ci/image
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit 5baedb4

Please sign in to comment.