Skip to content

Commit

Permalink
Hopeful fix for publish problem in #1396
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 15, 2021
1 parent 084cfe1 commit 721a8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ jobs:
-t $REPO:${GITHUB_REF#refs/tags/} \
--build-arg VERSION=${GITHUB_REF#refs/tags/} .
docker tag $REPO:${GITHUB_REF#refs/tags/} $REPO:latest
docker push $REPO:${VERSION_TAG}
docker push $REPO:${GITHUB_REF#refs/tags/}
docker push $REPO:latest

0 comments on commit 721a8d3

Please sign in to comment.