Skip to content

Commit

Permalink
Bump shrink/actions-docker-registry-tag from 3 to 4 (#52)
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 3 to 4.
- [Release notes](https://github.com/shrink/actions-docker-registry-tag/releases)
- [Commits](shrink/actions-docker-registry-tag@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tobias Müller <to.mueller@gmail.com>
  • Loading branch information
dependabot[bot] and tobiasmllr authored Jan 31, 2024
1 parent 74c1866 commit df771e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
package: [frontend,rctool]
steps:
- uses: shrink/actions-docker-registry-tag@v3
- uses: shrink/actions-docker-registry-tag@v4
with:
registry: ghcr.io
repository: ${{ github.repository }}/${{ matrix.package }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
component: [frontend, rctool]
steps:
- uses: shrink/actions-docker-registry-tag@v3
- uses: shrink/actions-docker-registry-tag@v4
with:
registry: ghcr.io
repository: ${{ github.repository }}/${{ matrix.component }}
Expand Down

0 comments on commit df771e2

Please sign in to comment.