From 5f84a0165a60e7f3ba2d6dd965afd2f4a05bb934 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:58:01 +0000 Subject: [PATCH] Update akhilerm/tag-push-action action to v2.3.0 --- .github/workflows/deploy-ecs-task.yml | 2 +- .github/workflows/deploy-ecs.yml | 2 +- .github/workflows/node-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-ecs-task.yml b/.github/workflows/deploy-ecs-task.yml index f9cc7f1..1ecbc00 100644 --- a/.github/workflows/deploy-ecs-task.yml +++ b/.github/workflows/deploy-ecs-task.yml @@ -73,7 +73,7 @@ jobs: # Tag Docker image with stage name # TODO: Roll this back if deployment fails? - name: Apply ${{ inputs.stage }} tag to Docker image - uses: akhilerm/tag-push-action@v2.2.0 + uses: akhilerm/tag-push-action@v2.3.0 with: src: ${{ inputs.image-name }} dst: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPOSITORY_APP }}:${{ inputs.stage }} diff --git a/.github/workflows/deploy-ecs.yml b/.github/workflows/deploy-ecs.yml index 3776978..03b6713 100644 --- a/.github/workflows/deploy-ecs.yml +++ b/.github/workflows/deploy-ecs.yml @@ -68,7 +68,7 @@ jobs: registry: ${{ env.DOCKER_REGISTRY }} # Tag Docker image with stage name - name: Apply ${{ inputs.stage }} tag to Docker image - uses: akhilerm/tag-push-action@v2.2.0 + uses: akhilerm/tag-push-action@v2.3.0 with: src: ${{ inputs.image-name }} dst: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPOSITORY_APP }}:${{ inputs.stage }} diff --git a/.github/workflows/node-deploy.yml b/.github/workflows/node-deploy.yml index 001f1cd..a840a86 100644 --- a/.github/workflows/node-deploy.yml +++ b/.github/workflows/node-deploy.yml @@ -343,7 +343,7 @@ jobs: registry: ${{ env.DOCKER_REGISTRY }} # Tag Docker image with stage name - name: Apply ${{ inputs.stage }} tag to Docker image - uses: akhilerm/tag-push-action@v2.2.0 + uses: akhilerm/tag-push-action@v2.3.0 with: src: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPOSITORY_APP }}:${{ env.IMAGE_VERSION }} dst: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPOSITORY_APP }}:${{ inputs.stage }}