From e9285a2471b554cb189836318353ef5d2ef4613a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:41:40 -0700 Subject: [PATCH] Bump docker/build-push-action from 4 to 5 (#856) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 c2db0efc4..8bca89f5c 100644 --- a/.github/workflows/cnspec.yaml +++ b/.github/workflows/cnspec.yaml @@ -57,7 +57,7 @@ jobs: - name: Build and push cnspec image id: build-and-push-operator - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: cnspec.Dockerfile diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 33e1c75c9..92ed0b985 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@v4 + uses: docker/build-push-action@v5 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@v4 + uses: docker/build-push-action@v5 with: context: . file: bundle.Dockerfile