Skip to content
Open
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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# We use load: true to get the image locally for testing
# This is the ONLY build per architecture - no duplicates!
- name: Build and test ${{ matrix.platform }} image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
platforms: ${{ matrix.platform }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
# This reuses the cached layers from the test builds above
# So it's very fast - just creating the manifest and pushing
- name: Build and push multi-architecture image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
platforms: linux/amd64,linux/arm64 # AMD64 first (most common), then ARM64
Expand Down