Skip to content

Commit fda3da5

Browse files
fix(dependencies): Bump the github-actions group with 2 updates (#38)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 516f21a commit fda3da5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/semver-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)