Skip to content

Commit

Permalink
Merge pull request #284 from plural/keep-trying-to-fix-image-tagging
Browse files Browse the repository at this point in the history
Take another swing at fixing the image tagging.
  • Loading branch information
plural authored Jul 21, 2024
2 parents b4a4e90 + 50437cd commit 43fb074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ jobs:
env:
IMAGETAG: ${{ github.ref == 'refs/heads/main' && 'latest' || github.ref_name }}
run: |
docker tag $IMAGETAG $IMAGENAME:${{ github.run_id }}
docker push $IMAGENAME:${{ github.run_id }} && docker push $IMAGETAG
docker tag $IMAGENAME:$IMAGETAG $IMAGENAME:${{ github.run_id }}
docker push -a $IMAGENAME

0 comments on commit 43fb074

Please sign in to comment.