From 8903f5aabc3614beaccbca61e1d1aec6d61c3a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 02:00:03 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index c38e67d5f..8955c470a 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -42,7 +42,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build & Push Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.WORKING_DIRECTORY }} push: ${{ github.event_name == 'push' }}