From aadf92f3a84481a7ea56f055a36ea2b50b5b035f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:20:02 +0000 Subject: [PATCH] chore(deps): update shrink/actions-docker-registry-tag action to v4 (#56) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 4 ++-- .github/workflows/pr-close.yml | 2 +- .github/workflows/pr-open.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index ac2f59f..48603e3 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -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 @@ -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 diff --git a/.github/workflows/pr-close.yml b/.github/workflows/pr-close.yml index 2e6eb29..0b97abd 100644 --- a/.github/workflows/pr-close.yml +++ b/.github/workflows/pr-close.yml @@ -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 }} diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 7283148..a17288d 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -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 }}