From 31884a0a7e84000db5e7fca3cd66f3079f962c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:06:20 +0000 Subject: [PATCH] chore(action)(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/workflow-push.yaml | 4 ++-- .github/workflows/workflow-test-local.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-push.yaml b/.github/workflows/workflow-push.yaml index ef33e85..2a94fb4 100644 --- a/.github/workflows/workflow-push.yaml +++ b/.github/workflows/workflow-push.yaml @@ -45,7 +45,7 @@ jobs: - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 # Local build first to determine versions - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: . load: true @@ -93,7 +93,7 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: . push: ${{ inputs.publish }} diff --git a/.github/workflows/workflow-test-local.yaml b/.github/workflows/workflow-test-local.yaml index ed7c2e4..8d63925 100644 --- a/.github/workflows/workflow-test-local.yaml +++ b/.github/workflows/workflow-test-local.yaml @@ -46,7 +46,7 @@ jobs: key: ${{ runner.os }}-buildx-${{ inputs.sha }} restore-keys: | ${{ runner.os }}-buildx- - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: . load: true