From 7f81d6a96f82928230e076c5cc407d7815deda55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:14:24 +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/alpine.yml | 2 +- .github/workflows/debian.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 97355fa..7ed5526 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -72,7 +72,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push final image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: alpine.Dockerfile platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/s390x,linux/ppc64le diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index fc39fbc..f982921 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -71,7 +71,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push final image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: debian.Dockerfile platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/s390x,linux/ppc64le