Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
# Build a single-arch image into the daemon so it can be scanned & smoke-tested.
# (Multi-arch cannot be loaded locally, hence the amd64-only scan image.)
- name: Build (amd64, load for scan)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: ${{ inputs.context }}
file: ${{ inputs.dockerfile }}
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
# SBOM + SLSA provenance attestations attached.
- name: Build & push (multi-arch + attestations)
id: push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: ${{ inputs.context }}
file: ${{ inputs.dockerfile }}
Expand Down
Loading