From 156d0463d75b1e841b495701a3f56c63a351cbc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:56:14 +0000 Subject: [PATCH] deps(github-actions): bump akhilerm/tag-push-action from 2.1.0 to 2.2.0 (#5392) Bumps [akhilerm/tag-push-action](https://github.com/akhilerm/tag-push-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/akhilerm/tag-push-action/releases) - [Commits](https://github.com/akhilerm/tag-push-action/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: akhilerm/tag-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 67c5e6a3..cc8a3d5b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -229,7 +229,7 @@ jobs: # Instead, we pull the latest image and tag it. - name: Retag and Push Images if: steps.release.outputs.release_created - uses: akhilerm/tag-push-action@v2.1.0 + uses: akhilerm/tag-push-action@v2.2.0 with: src: ghcr.io/super-linter/super-linter:latest dst: | @@ -238,7 +238,7 @@ jobs: - name: Retag and Push Images slim if: steps.release.outputs.release_created - uses: akhilerm/tag-push-action@v2.1.0 + uses: akhilerm/tag-push-action@v2.2.0 with: src: ghcr.io/super-linter/super-linter:slim-latest dst: |