From b8c83543b3347a255bd5821da32a7add4f3394f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 09:03:33 +0000 Subject: [PATCH] Bump akhilerm/tag-push-action from 1.1.0 to 2.1.0 Bumps [akhilerm/tag-push-action](https://github.com/akhilerm/tag-push-action) from 1.1.0 to 2.1.0. - [Release notes](https://github.com/akhilerm/tag-push-action/releases) - [Commits](https://github.com/akhilerm/tag-push-action/compare/v1.1.0...v2.1.0) --- updated-dependencies: - dependency-name: akhilerm/tag-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e6dd44..8083e7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -86,7 +86,7 @@ jobs: - name: Retag and publish local QA image if: startsWith(steps.get_version.outputs.VERSION, 'qa') - uses: akhilerm/tag-push-action@v1.1.0 + uses: akhilerm/tag-push-action@v2.1.0 with: src: localhost:5000/${{ github.event.repository.name }}:qa-${{ github.sha }} dst: |