Skip to content

Commit 739a78b

Browse files
authored
Merge pull request #25 from c4dt/fix-docker-ci
chore: fix Docker image build CI
2 parents 6b6ddc4 + 956fb29 commit 739a78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/build-push-action@v2
4242
with:
4343
context: .
44-
target: production
44+
target: build
4545
file: Dockerfiles/Dockerfile.dela
4646
platforms: linux/amd64
4747
push: true

0 commit comments

Comments
 (0)