Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent 0c3921d commit 7d6a69a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push root images
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
sbom: true
provenance: true
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Build and push devkit images
# make it optional until we fixed https://github.com/mondoohq/cnquery/issues/3107
continue-on-error: true
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
sbom: true
provenance: true
Expand All @@ -85,7 +85,7 @@ jobs:
mondoo/devkit:latest
- name: Build and push rootless images
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
sbom: true
provenance: true
Expand All @@ -100,7 +100,7 @@ jobs:
mondoo/client:latest-rootless
- name: Build and push root images (ubi)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
sbom: true
provenance: true
Expand All @@ -116,7 +116,7 @@ jobs:
mondoo/client:latest-ubi
- name: Build and push rootless images (ubi)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
sbom: true
provenance: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push root images (alpine)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/386,linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
Expand All @@ -55,7 +55,7 @@ jobs:
mondoo/client:edge-latest
- name: Build and push rootless images (alpine)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/386,linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_install_sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: test/install_sh/${{ matrix.dockerfile }}
Expand Down

0 comments on commit 7d6a69a

Please sign in to comment.