diff --git a/.github/workflows/docker-publish-dev.yml b/.github/workflows/docker-publish-dev.yml index 26c2919..b23376e 100644 --- a/.github/workflows/docker-publish-dev.yml +++ b/.github/workflows/docker-publish-dev.yml @@ -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 diff --git a/.github/workflows/docker-publish-pro.yml b/.github/workflows/docker-publish-pro.yml index 6d21b64..d24bb78 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 - 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