From 6ab30ff4ac3c486bfbc1ccf339daa1d5c81307dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 06:23:57 +0000 Subject: [PATCH] build(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/base.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 9d4d453..d0d5d54 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -34,7 +34,7 @@ jobs: ref: master - name: Build base image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ./.github/Dockerfile.base platforms: linux/amd64,linux/arm64/v8 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12a0d8f..4cbc3e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: return { isRelease } - name: Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ./.github/Dockerfile.release build-args: |