From 7da557ac5eeb9f8b537a15f49215b17ba253b5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 06:24:11 +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.yaml | 2 +- .github/workflows/prerelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97bf2ca..a9573f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -106,7 +106,7 @@ jobs: - name: Build and push Docker image if: env.REGISTRY_USERNAME != '' && contains(github.ref, 'refs/heads/master') - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: outputs: "type=registry,push=true" platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index 94fa578..f3e754b 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -70,7 +70,7 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: outputs: "type=registry,push=true" platforms: linux/amd64,linux/arm64