feat(ci): split workflow into dev and prod for separate builds
This commit is contained in:
parent
cc611cd05e
commit
178fca4197
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish-pro.yml
vendored
2
.github/workflows/docker-publish-pro.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
# Context is the root directory
|
||||
context: .
|
||||
# Use the production Dockerfile
|
||||
file: Dockerfile: dockerfile.prod
|
||||
file: dockerfile.prod
|
||||
# Set platforms for multi-architecture builds
|
||||
platforms: linux/amd64,linux/arm64
|
||||
# Push the image unless it's a pull request
|
||||
|
|
Loading…
Add table
Reference in a new issue