mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 11:49:34 +00:00
s
This commit is contained in:
parent
7cb3a7297c
commit
06e29d5f82
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
# Build multi-arch only for stable, otherwise just amd64
|
||||
platforms: ${{ github.ref_name == 'stable' && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
|
||||
platforms: linux/amd64
|
||||
# Push only on direct pushes to stable or unstable branches
|
||||
push: ${{ github.event_name == 'push' && (github.ref_name == 'stable' || github.ref_name == 'unstable') }}
|
||||
# Use all tags generated by the metadata action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue