From 7ab17c22bcf258c1ea7efadd8c3c85cd13f2716f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:54:46 +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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-docker.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 4f9ba93..ef6a1e8 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -21,7 +21,7 @@ jobs: with: images: ${{ env.GHCR_IMAGE_NAME }} - name: build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: false diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 738fe81..f59a6a9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -100,7 +100,7 @@ jobs: # semver type=semver,pattern={{version}} - name: Build images - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: outputs: "type=registry,push=true" platforms: linux/amd64,linux/arm64