From 133b26b35d848c88435fc5da2a68aec8c46d10e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 09:21:08 +0000 Subject: [PATCH] Bump akhilerm/tag-push-action from 1.1.0 to 2.0.0 Bumps [akhilerm/tag-push-action](https://github.com/akhilerm/tag-push-action) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/akhilerm/tag-push-action/releases) - [Commits](https://github.com/akhilerm/tag-push-action/compare/v1.1.0...v2.0.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 87d2e48..f2cb612 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.0.0 with: src: localhost:5000/${{ github.event.repository.name }}:qa-${{ github.sha }} dst: |