File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 # before attempting to retag it. Fails fast rather than producing a misleading error
7070 # from the tag-push step if the publish-container workflow hasn't run yet.
7171 - name : Check image exists for commit
72- uses : tyriis/docker-image-tag-exists@71a750a41aa78e4efb0842f538140c5df5b8166f # v2.1 .0
72+ uses : tyriis/docker-image-tag-exists@2cb38c7c5868e9f50e870230718100ad912aac67 # v3.0 .0
7373 with :
7474 registry : ${{ env.registry }}
7575 repository : ${{ env.REPO_OWNER_LOWER }}/${{ env.image-name }}
@@ -101,7 +101,7 @@ jobs:
101101 # Rather than rebuilding the image, we retag the existing edge image (tagged with
102102 # the commit SHA by publish-container) with the semver tags computed above.
103103 - name : Push updated image tags
104- uses : akhilerm/tag-push-action@f35ff2cb99d407368b5c727adbcc14a2ed81d509 # v2.2 .0
104+ uses : akhilerm/tag-push-action@eadeefebd39db8a47e146115649adae1fce576a6 # v2.3 .0
105105 with :
106106 src : ${{ env.registry }}/${{ env.REPO_OWNER_LOWER }}/${{ env.image-name }}:${{ github.sha }}
107107 dst : |
You can’t perform that action at this time.
0 commit comments