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 }}