Fix: Fixed workflows that generate Docker images

This commit is contained in:
Jesús Pavón Abián 2024-10-25 16:17:45 +02:00
parent 603b2660a1
commit cc611cd05e
2 changed files with 1 additions and 3 deletions

View file

@ -65,8 +65,6 @@ jobs:
with:
# Context is the root directory
context: .
# Use the development Dockerfile
dockerfile: Dockerfile
# Set platforms for multi-architecture builds
platforms: linux/amd64,linux/arm64
# Push the image unless it's a pull request

View file

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