Skip to content

Commit

Permalink
Add --push
Browse files Browse the repository at this point in the history
  • Loading branch information
vitr committed Aug 1, 2023
1 parent 2094d1d commit 2877482
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 $INPUT_EXTRA_BUILD_ARGS -f $INPUT_DOCKERFILE $docker_tag_args \
docker buildx build --push $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 2877482

Please sign in to comment.