Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent e40c5c9 commit f4e6f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cnspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f4e6f9e

Please sign in to comment.