fix(ci): correct path to dockerfile.prod in production workflow

This commit is contained in:
Jesús Pavón Abián 2024-10-25 16:41:15 +02:00
parent 178fca4197
commit d70adb2ef4

View file

@ -67,7 +67,7 @@ jobs:
# Context is the root directory # Context is the root directory
context: . context: .
# Use the production Dockerfile # Use the production Dockerfile
file: dockerfile.prod file: Dockerfile.prod
# Set platforms for multi-architecture builds # Set platforms for multi-architecture builds
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
# Push the image unless it's a pull request # Push the image unless it's a pull request