From 91cf94ff80606576aa2f486959307ab78a16a91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 05:41:53 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5.4.0 to 6.7.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.4.0...v6.7.0) --- 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/anchore-analysis.yml | 2 +- .github/workflows/build-publish.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/dive-analysis.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/anchore-analysis.yml b/.github/workflows/anchore-analysis.yml index 7178a2b..b4ac535 100644 --- a/.github/workflows/anchore-analysis.yml +++ b/.github/workflows/anchore-analysis.yml @@ -22,7 +22,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build the Docker image - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.7.0 with: load: true push: false diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 2e14963..9ac1f6e 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -25,7 +25,7 @@ jobs: id: get_release_version run: echo ::set-output name=tags::${GITHUB_REF#refs/*/v} - name: Build and Push the Docker image - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.7.0 with: push: true tags: ${{ env.DOCKER_IMAGE_NAME }}:${{ steps.get_release_version.outputs.tags }},${{ env.DOCKER_IMAGE_NAME }}:latest diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5805fe..499cfc0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Build the Docker image - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.7.0 with: push: false diff --git a/.github/workflows/dive-analysis.yml b/.github/workflows/dive-analysis.yml index 3a95ba7..504be9c 100644 --- a/.github/workflows/dive-analysis.yml +++ b/.github/workflows/dive-analysis.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Build the Docker image - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.7.0 with: push: false tags: ${{ env.DOCKER_IMAGE_NAME }}:latest