Skip to content

Commit 43fb074

Browse files
authored
Merge pull request #284 from plural/keep-trying-to-fix-image-tagging
Take another swing at fixing the image tagging.
2 parents b4a4e90 + 50437cd commit 43fb074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ jobs:
115115
env:
116116
IMAGETAG: ${{ github.ref == 'refs/heads/main' && 'latest' || github.ref_name }}
117117
run: |
118-
docker tag $IMAGETAG $IMAGENAME:${{ github.run_id }}
119-
docker push $IMAGENAME:${{ github.run_id }} && docker push $IMAGETAG
118+
docker tag $IMAGENAME:$IMAGETAG $IMAGENAME:${{ github.run_id }}
119+
docker push -a $IMAGENAME

0 commit comments

Comments
 (0)