Skip to content

Commit

Permalink
Fix --cache-to type=gha,mode=max
Browse files Browse the repository at this point in the history
  • Loading branch information
vitr committed Aug 1, 2023
1 parent 39cc1ff commit d9c7ea8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ function docker_buildx() {
done

docker buildx build $INPUT_EXTRA_BUILD_ARGS -f $INPUT_DOCKERFILE $docker_tag_args \
--cache-to type=gha,max \
--cache-to type=gha,mode=max \
--cache-from type=gha \
$INPUT_PATH
echo "== FINISHED DOCKERIZE BUILDX"


}

function docker_push_to_ecr() {
Expand Down

0 comments on commit d9c7ea8

Please sign in to comment.