feat: context arg from dockerfile path

This commit is contained in:
ange 2024-04-30 19:35:40 +02:00
parent 71166e2407
commit 79cf6ed704
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -22,5 +22,6 @@ case "$ACTION_TLS" in
esac
exec $ACTION \
--context "${ACTION_DOCKERFILE%/*}" \
--dockerfile "$ACTION_DOCKERFILE" \
--destination "$ACTION_REGISTRY/$ACTION_IMAGE"