Skip to content

Commit 399dd50

Browse files
committed
Error still persists, so trying another approach
This should explicitly instruct buildx to export the finished build as a standard image in the local Docker daemon.
1 parent 9bdf01d commit 399dd50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ services:
66
build:
77
context: ./
88
dockerfile: Dockerfile
9+
outputs:
10+
- type=docker
911
qsim-cxx-tests:
1012
platform: linux/amd64
1113
image: qsim-cxx-tests

0 commit comments

Comments
 (0)