From 4d64bc17c4fec3f8a8e7f798f606f7619bbb1d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:33:44 +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/bacula-build-and-publish.yml | 10 +++++----- .github/workflows/baculum-build-and-publish.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bacula-build-and-publish.yml b/.github/workflows/bacula-build-and-publish.yml index fc3d8ea..b758063 100644 --- a/.github/workflows/bacula-build-and-publish.yml +++ b/.github/workflows/bacula-build-and-publish.yml @@ -62,7 +62,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} @@ -122,7 +122,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} @@ -181,7 +181,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} @@ -241,7 +241,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} @@ -301,7 +301,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} diff --git a/.github/workflows/baculum-build-and-publish.yml b/.github/workflows/baculum-build-and-publish.yml index c0c5be7..cd99197 100644 --- a/.github/workflows/baculum-build-and-publish.yml +++ b/.github/workflows/baculum-build-and-publish.yml @@ -74,7 +74,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} @@ -134,7 +134,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }}