From b516e6588c269c6e6914ca918e04a4fcf4ba3a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:26:25 -0500 Subject: [PATCH] [github] bump docker/build-push-action from 4 to 6 (#21) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/buildx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildx.yaml b/.github/workflows/buildx.yaml index 8b322d2..1fa42a2 100644 --- a/.github/workflows/buildx.yaml +++ b/.github/workflows/buildx.yaml @@ -106,7 +106,7 @@ jobs: if [[ -f hooks/pre_build ]]; then ./hooks/pre_build; fi - name: Build and push - uses: docker/build-push-action@v4 # See https://github.com/docker/build-push-action + uses: docker/build-push-action@v6 # See https://github.com/docker/build-push-action with: context: ${{ env.WORKING_DIRECTORY }} labels: |