feat(ci): split workflow into dev and prod for separate builds

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

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: 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