From 5af136e37a8a509d7cee2bc220cda02b6c9f1bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 12:02:38 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 6 to 7 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e115a27..2d16d98 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,7 +50,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build and push Vakt.Proxy - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: src/Vakt.Proxy/Dockerfile @@ -60,7 +60,7 @@ jobs: ghcr.io/${{ github.repository_owner }}/vakt-proxy:${{ github.ref_name }} - name: Build and push Vakt.Intelligence - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: src/Vakt.Intelligence/Dockerfile