From ae7ca35cec434d4ae79b805ad1f1dfdc123b256b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:07:58 +0000 Subject: [PATCH] Bump shrink/actions-docker-registry-tag from 3 to 4 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](https://github.com/shrink/actions-docker-registry-tag/compare/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] --- .github/workflows/docker-release-tags.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-release-tags.yml b/.github/workflows/docker-release-tags.yml index 8b8f2c9785..2b060bf8c5 100644 --- a/.github/workflows/docker-release-tags.yml +++ b/.github/workflows/docker-release-tags.yml @@ -41,7 +41,7 @@ jobs: echo "PATCH_VERSION=${PATCH_VERSION}" >> $GITHUB_ENV echo "REVISION=${REVISION}" >> $GITHUB_ENV - name: Run minor tag for ghcr.io - uses: shrink/actions-docker-registry-tag@v3 + uses: shrink/actions-docker-registry-tag@v4 with: registry: ghcr.io repository: janusgraph/janusgraph @@ -50,7 +50,7 @@ jobs: ${{ env.PATCH_VERSION }} ${{ env.MINOR_VERSION }} - name: Run minor tag for docker.io - uses: shrink/actions-docker-registry-tag@v3 + uses: shrink/actions-docker-registry-tag@v4 with: registry: index.docker.io repository: janusgraph/janusgraph @@ -61,7 +61,7 @@ jobs: ${{ env.MINOR_VERSION }} - name: Run latest tag for ghcr.io if: "env.MINOR_VERSION == '${{ env.LATEST_RELEASE }}'" - uses: shrink/actions-docker-registry-tag@v3 + uses: shrink/actions-docker-registry-tag@v4 with: registry: ghcr.io repository: janusgraph/janusgraph @@ -70,7 +70,7 @@ jobs: latest - name: Run latest tag for docker.io if: "env.MINOR_VERSION == '${{ env.LATEST_RELEASE }}'" - uses: shrink/actions-docker-registry-tag@v3 + uses: shrink/actions-docker-registry-tag@v4 with: registry: index.docker.io repository: janusgraph/janusgraph