From 427453e3089b17e9a714c869ef5068b5277771d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:08:44 +0000 Subject: [PATCH] Update akhilerm/tag-push-action action to v2.2.0 --- .github/workflows/node-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-deploy.yml b/.github/workflows/node-deploy.yml index b228f38..4e08ac5 100644 --- a/.github/workflows/node-deploy.yml +++ b/.github/workflows/node-deploy.yml @@ -397,7 +397,7 @@ jobs: status: '📦 3/4: Tagging container image' color: '#ff9933' - name: Apply ${{ inputs.stage }} tag to Docker image - uses: akhilerm/tag-push-action@v2.1.0 + uses: akhilerm/tag-push-action@v2.2.0 with: src: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPOSITORY_APP }}:${{ env.IMAGE_VERSION }} dst: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPOSITORY_APP }}:${{ inputs.stage }}