Fix: Fixed workflows that generate Docker images
This commit is contained in:
parent
603b2660a1
commit
cc611cd05e
2 changed files with 1 additions and 3 deletions
2
.github/workflows/docker-publish-dev.yml
vendored
2
.github/workflows/docker-publish-dev.yml
vendored
|
@ -65,8 +65,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# Context is the root directory
|
# Context is the root directory
|
||||||
context: .
|
context: .
|
||||||
# Use the development Dockerfile
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
# 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
|
||||||
|
|
2
.github/workflows/docker-publish-pro.yml
vendored
2
.github/workflows/docker-publish-pro.yml
vendored
|
@ -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
|
||||||
dockerfile: dockerfile.prod
|
file: Dockerfile: 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue