diff --git a/.github/workflows/docker-publish-pro.yml b/.github/workflows/docker-publish-pro.yml index d24bb78..4e2e536 100644 --- a/.github/workflows/docker-publish-pro.yml +++ b/.github/workflows/docker-publish-pro.yml @@ -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