From 69b15f7ce329a7b1290478e9a6cf2ab6a5c1bdc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:50:09 +0000 Subject: [PATCH] chore(deps): bump mozilla-it/deploy-actions from 6.2.0 to 6.2.2 Bumps [mozilla-it/deploy-actions](https://github.com/mozilla-it/deploy-actions) from 6.2.0 to 6.2.2. - [Release notes](https://github.com/mozilla-it/deploy-actions/releases) - [Commits](https://github.com/mozilla-it/deploy-actions/compare/8d2c17a843ea376c58b4e88e55d1335bafd52bcb...4784cb70739a4f32ce010921f60fb1ebbc791a38) --- updated-dependencies: - dependency-name: mozilla-it/deploy-actions dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 9524dc4..054ed0f 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -101,7 +101,7 @@ jobs: fi - name: Build and Tag Container Image id: build - uses: mozilla-it/deploy-actions/docker-build@8d2c17a843ea376c58b4e88e55d1335bafd52bcb #v6.2.0 + uses: mozilla-it/deploy-actions/docker-build@4784cb70739a4f32ce010921f60fb1ebbc791a38 #v6.2.2 with: image_name: ${{ inputs.image_name }} gar_name: ${{ inputs.gar_name }} @@ -132,7 +132,7 @@ jobs: bash "$TMP" fi - name: Push Container Image - uses: mozilla-it/deploy-actions/docker-push@8d2c17a843ea376c58b4e88e55d1335bafd52bcb #v6.2.0 + uses: mozilla-it/deploy-actions/docker-push@4784cb70739a4f32ce010921f60fb1ebbc791a38 #v6.2.2 with: image_tags: ${{ steps.build.outputs.image_tags }} should_authenticate_to_ghcr: ${{ inputs.should_tag_ghcr }}