Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa committed Apr 13, 2021
1 parent bb59c3c commit b89233e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Push image
run: |
IMAGE_ID=docker.pkg.github.com/webb-tools/anon
IMAGE_ID=docker.pkg.github.com/webb-tools/anon/node
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit b89233e

Please sign in to comment.