From aef1eb5d461e8d5a3a5189f25c41cc9b2696be92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:14:12 +0000 Subject: [PATCH] Bump mozilla-it/deploy-actions in the all-dependencies group Bumps the all-dependencies group with 1 update: [mozilla-it/deploy-actions](https://github.com/mozilla-it/deploy-actions). Updates `mozilla-it/deploy-actions` from 6.2.2 to 6.2.3 - [Release notes](https://github.com/mozilla-it/deploy-actions/releases) - [Commits](https://github.com/mozilla-it/deploy-actions/compare/v6.2.2...v6.2.3) --- updated-dependencies: - dependency-name: mozilla-it/deploy-actions dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}