From 76bee2c22ce25dafbc4ca11e4771ba213a0b5dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:18:35 +0000 Subject: [PATCH] Bump mozilla-it/deploy-actions from 3.12.0 to 3.13.0 Bumps [mozilla-it/deploy-actions](https://github.com/mozilla-it/deploy-actions) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/mozilla-it/deploy-actions/releases) - [Changelog](https://github.com/mozilla-it/deploy-actions/blob/main/.releaserc.yaml) - [Commits](https://github.com/mozilla-it/deploy-actions/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: mozilla-it/deploy-actions dependency-type: direct:production update-type: version-update:semver-minor ... 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 d5e710eb..d34d1aa6 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -70,7 +70,7 @@ jobs: echo DEPLOYMENT_ENV=prod >> "$GITHUB_ENV" - name: Push the Docker image to GAR if: env.IMAGE_TAG != '' - uses: mozilla-it/deploy-actions/docker-push@v3.12.0 + uses: mozilla-it/deploy-actions/docker-push@v3.13.0 with: local_image: eliot:build image_repo_path: ${{ secrets.DOCKER_IMAGE_PATH }}