fix(ci): correct path to dockerfile.prod in production workflow
This commit is contained in:
parent
178fca4197
commit
d70adb2ef4
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.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