Skip to content

Commit 956fb29

Browse files
committed
chore: fix Docker image build CI
1 parent 6b6ddc4 commit 956fb29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
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)