From 5ec69d6bf6b7a520127fc2bc8cda2a41b0299441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:03:39 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- 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 490266a..b10a88a 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@v3 + uses: docker/build-push-action@v4 with: file: alpine.Dockerfile platforms: ${{ steps.vars.outputs.platforms }} diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index e3560a9..6338016 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@v3 + uses: docker/build-push-action@v4 with: file: debian.Dockerfile platforms: ${{ steps.vars.outputs.platforms }}