From 56b2eb25a020998423ca844e0ac96c93dde4ac88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:10:17 +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/cnspec.yaml | 2 +- .github/workflows/publish.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cnspec.yaml b/.github/workflows/cnspec.yaml index 177b4042a..209e95c0f 100644 --- a/.github/workflows/cnspec.yaml +++ b/.github/workflows/cnspec.yaml @@ -69,7 +69,7 @@ jobs: - name: Build and push cnspec image id: build-and-push-operator - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: cnspec.Dockerfile diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c38330a2d..5c21fd08d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -104,7 +104,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push operator image id: build-and-push-operator - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: ${{ matrix.os }}/${{ matrix.arch }} @@ -244,7 +244,7 @@ jobs: # Build and push Docker image bundle with Buildx - name: Build and push bundle image id: build-and-push-bundle - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: bundle.Dockerfile