Skip to content

Commit

Permalink
build(deps): bump shrink/actions-docker-registry-tag from 2 to 3 (#113)
Browse files Browse the repository at this point in the history
Bumps [shrink/actions-docker-registry-tag](https://github.com/shrink/actions-docker-registry-tag) from 2 to 3.
- [Release notes](https://github.com/shrink/actions-docker-registry-tag/releases)
- [Commits](shrink/actions-docker-registry-tag@v2...v3)

---
updated-dependencies:
- dependency-name: shrink/actions-docker-registry-tag
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2022
1 parent 9906017 commit ff7eb61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Promote Backend Image
if: steps.check.outputs.build == 'true'
uses: shrink/actions-docker-registry-tag@v2
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ${{ env.REGISTRY }}
repository: ${{ github.repository }}
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
- name: Promote Frontend Image
if: steps.check.outputs.build == 'true'
uses: shrink/actions-docker-registry-tag@v2
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ${{ env.REGISTRY }}
repository: ${{ github.repository }}
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
fi
- name: Promote Backend Image to PROD
uses: shrink/actions-docker-registry-tag@v2
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ${{ env.REGISTRY }}
repository: ${{ github.repository }}
Expand All @@ -352,7 +352,7 @@ jobs:
prod-backend
- name: Promote Frontend Image to PROD
uses: shrink/actions-docker-registry-tag@v2
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ${{ env.REGISTRY }}
repository: ${{ github.repository }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Promote Backend Image
if: steps.check.outputs.build == 'true'
uses: shrink/actions-docker-registry-tag@v2
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ${{ env.REGISTRY }}
repository: ${{ github.repository }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Promote Backend Image
if: steps.check.outputs.build == 'true'
uses: shrink/actions-docker-registry-tag@v2
uses: shrink/actions-docker-registry-tag@v3
with:
registry: ${{ env.REGISTRY }}
repository: ${{ github.repository }}
Expand Down

0 comments on commit ff7eb61

Please sign in to comment.