Skip to content

Commit

Permalink
chore(deps): update shrink/actions-docker-registry-tag action to v4 (#56
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 3e79963 commit aadf92f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
body: ${{ steps.changelog.outputs.clean_changelog }}

- name: Tag Docker Image for app container
uses: shrink/actions-docker-registry-tag@v3
uses: shrink/actions-docker-registry-tag@v4
if: ${{ steps.changelog.outputs.version != '' }}
with:
registry: ghcr.io
Expand All @@ -55,7 +55,7 @@ jobs:
tags: ${{ steps.changelog.outputs.version }}

- name: Tag Docker Image for init container
uses: shrink/actions-docker-registry-tag@v3
uses: shrink/actions-docker-registry-tag@v4
if: ${{ steps.changelog.outputs.version != '' }}
with:
registry: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
matrix:
package: [nr-oracle-service, nr-oracle-service-init]
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/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
build_context: ${{ matrix.build_context }}
triggers: ${{ matrix.triggers }}

- 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

0 comments on commit aadf92f

Please sign in to comment.