From e868ab23317aee9b23ea8a9598af0b31eacc5b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:10:54 +0000 Subject: [PATCH] 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/cron.yml | 2 +- .github/workflows/debug.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index b62dc0c..4ba9457 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -115,7 +115,7 @@ jobs: org.opencontainers.image.source="https://github.com/${{ github.repository }}" - name: Build and push docker image with version tag - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 id: docker-build with: platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index f1b3e8f..85420f5 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -100,7 +100,7 @@ jobs: password: ${{ secrets.GH_REGISTRY_TOKEN }} - name: Build and push docker image with version tag - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: platforms: linux/amd64,linux/arm64 build-args: |