From 722e3247e71ae8f1ea2f312114bc3d45f35ae91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:41:47 +0000 Subject: [PATCH] build(deps): bump mozilla-it/deploy-actions from 3.11.3 to 3.11.4 Bumps [mozilla-it/deploy-actions](https://github.com/mozilla-it/deploy-actions) from 3.11.3 to 3.11.4. - [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.11.3...v3.11.4) --- updated-dependencies: - dependency-name: mozilla-it/deploy-actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 bc2222ae..8daeabc6 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -71,7 +71,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.11.3 + uses: mozilla-it/deploy-actions/docker-push@v3.11.4 with: local_image: local/antenna_deploy_base:latest image_repo_path: ${{ secrets.DOCKER_IMAGE_PATH }}