feat: context arg from dockerfile path
This commit is contained in:
parent
71166e2407
commit
79cf6ed704
1
build.sh
1
build.sh
@ -22,5 +22,6 @@ case "$ACTION_TLS" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
exec $ACTION \
|
exec $ACTION \
|
||||||
|
--context "${ACTION_DOCKERFILE%/*}" \
|
||||||
--dockerfile "$ACTION_DOCKERFILE" \
|
--dockerfile "$ACTION_DOCKERFILE" \
|
||||||
--destination "$ACTION_REGISTRY/$ACTION_IMAGE"
|
--destination "$ACTION_REGISTRY/$ACTION_IMAGE"
|
||||||
|
Loading…
Reference in New Issue
Block a user