Skip to content

Commit

Permalink
Merge pull request #25 from c4dt/fix-docker-ci
Browse files Browse the repository at this point in the history
chore: fix Docker image build CI
  • Loading branch information
PascalinDe authored Oct 5, 2023
2 parents 6b6ddc4 + 956fb29 commit 739a78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
target: production
target: build
file: Dockerfiles/Dockerfile.dela
platforms: linux/amd64
push: true
Expand Down

0 comments on commit 739a78b

Please sign in to comment.