mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 11:49:34 +00:00
DNS fetch Zone fix
This commit is contained in:
parent
a6a808ddf6
commit
b94d4849a0
3 changed files with 34 additions and 23 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
# Build for multiple architectures
|
||||
platforms: linux/amd64,linux/arm64 # Enable multi-architecture builds
|
||||
platforms: linux/amd64 #,linux/arm64 # Enable multi-architecture builds
|
||||
# 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