Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 9ceddc4

Browse files
committed
Update deployment workflow to change Docker build output type
1 parent 52d7903 commit 9ceddc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
docker buildx build \
3333
-f deploy/dockerfiles/DockerfileDeployRasp \
34-
--platform linux/arm64 --load \
34+
--platform linux/arm64 --output type=local,dest=out \
3535
--build-arg projectDir=/ \
3636
-t final-app .
3737

0 commit comments

Comments
 (0)