diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 0e7b114c..34a12b4a 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -70,7 +70,7 @@ jobs: docker tag eliot:build "$TARGET_IMAGE" - name: Push the Docker image to GAR if: env.TARGET_IMAGE != '' - uses: mozilla-it/deploy-actions/docker-push@v6.2.2 + uses: mozilla-it/deploy-actions/docker-push@v6.2.3 with: image_tags: ${{ env.TARGET_IMAGE }} workload_identity_pool_project_number: ${{ secrets.WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}