diff --git a/entrypoint.sh b/entrypoint.sh index 29c87a1..a53857d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,9 +3,9 @@ # Docker entrypoint.sh # Author: ttionya -. actions_functions.sh -. actions_push.sh -. actions_delete.sh +. /app/actions_functions.sh +. /app/actions_push.sh +. /app/actions_delete.sh TARGET_REPOSITORY=${INPUT_TARGET_REPOSITORY}