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/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Multi-platform build without push
if: ${{ !((github.ref == 'refs/heads/multiarch') && (github.event_name != 'pull_request') && !env.ACT) }}
uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18
uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287
with:
project: p4q8k8mb22
platforms: linux/amd64,linux/arm64
Expand All @@ -90,7 +90,7 @@ jobs:

- name: Multi-platform build and push
if: ${{ (github.ref == 'refs/heads/multiarch') && (github.event_name != 'pull_request') && !env.ACT }}
uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18
uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287
with:
project: p4q8k8mb22
no-cache: true
Expand Down