From 823eda070035061929fff7166fcfc52276bf23b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:54:42 +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 d88eb37..41a7518 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -65,7 +65,7 @@ jobs: fi - name: Build and push final image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: alpine.Dockerfile platforms: ${{ steps.vars.outputs.platforms }} diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 41a3378..04a4715 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -65,7 +65,7 @@ jobs: fi - name: Build and push final image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: debian.Dockerfile platforms: ${{ steps.vars.outputs.platforms }}