Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Apr 11, 2022
1 parent 9cd52cc commit 5cb08b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ jobs:
- name: Publish image to container registry
if: startsWith(github.ref, 'refs/tags/')
run: |
docker tag "${image}" "${image}:${TAG}"
TAG=${GITHUB_REF#refs/tags/}
docker tag "${image}" "${image}:${TAG}"
docker push "${image}:${TAG}"
release:
Expand Down

0 comments on commit 5cb08b2

Please sign in to comment.