Skip to content

Commit

Permalink
Replace --push with --load to load the image into the Docker context …
Browse files Browse the repository at this point in the history
…after building it

otherwise stupid buildx doesn't put it anywhere
  • Loading branch information
vitr committed Aug 1, 2023
1 parent 2877482 commit 4bb09ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function docker_buildx() {
done

docker buildx create --use
docker buildx build --push $INPUT_EXTRA_BUILD_ARGS -f $INPUT_DOCKERFILE $docker_tag_args \
docker buildx build --load $INPUT_EXTRA_BUILD_ARGS -f $INPUT_DOCKERFILE $docker_tag_args \
--cache-to type=gha,mode=max \
--cache-from type=gha \
$INPUT_PATH
Expand Down

0 comments on commit 4bb09ca

Please sign in to comment.