feat: context arg from dockerfile path
This commit is contained in:
parent
71166e2407
commit
79cf6ed704
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -22,5 +22,6 @@ case "$ACTION_TLS" in
|
|||
esac
|
||||
|
||||
exec $ACTION \
|
||||
--context "${ACTION_DOCKERFILE%/*}" \
|
||||
--dockerfile "$ACTION_DOCKERFILE" \
|
||||
--destination "$ACTION_REGISTRY/$ACTION_IMAGE"
|
||||
|
|
Reference in a new issue