Skip to content

Commit

Permalink
dev: support using docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Dec 5, 2024
1 parent e59952c commit cdfcabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ test *args='':
./.venv/bin/python3 -m robot.run --outputdir output {{args}} tests

build-test:
docker build -t {{IMAGE}} -f ./test-images/{{IMAGE_SRC}}/Dockerfile .
docker build --load -t {{IMAGE}} -f ./test-images/{{IMAGE_SRC}}/Dockerfile .

0 comments on commit cdfcabc

Please sign in to comment.