From 880c36f2d4c0d4ebcd1e8fd76b4647b3a794da30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 00:20:50 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 6.18.0 to 7.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/263435318d21b8e681c14492fe198d362a7d2c83...bcafcacb16a39f128d818304e6c9c0c18556b85f) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-service-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-service-images.yml b/.github/workflows/publish-service-images.yml index 7bcc14f..3fa757e 100644 --- a/.github/workflows/publish-service-images.yml +++ b/.github/workflows/publish-service-images.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: ${{ steps.target.outputs.service_dir }} file: ${{ steps.target.outputs.service_dir }}/Dockerfile