diff --git a/.github/workflows/cnspec.yaml b/.github/workflows/cnspec.yaml index 177b4042..209e95c0 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 c38330a2..5c21fd08 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