diff --git a/.automation/cleanup-docker.sh b/.automation/cleanup-docker.sh index a91cdcd2..3115fa84 100755 --- a/.automation/cleanup-docker.sh +++ b/.automation/cleanup-docker.sh @@ -17,7 +17,7 @@ # Source Function Files # ######################### # shellcheck source=/dev/null -source /action/lib/log.sh # Source the function script(s) +source ../lib/log.sh # Source the function script(s) ########### # Globals # diff --git a/.automation/upload-docker.sh b/.automation/upload-docker.sh index ae819fdb..c31ffbde 100755 --- a/.automation/upload-docker.sh +++ b/.automation/upload-docker.sh @@ -18,7 +18,7 @@ # Source Function Files # ######################### # shellcheck source=/dev/null -source /action/lib/log.sh # Source the function script(s) +source ../lib/log.sh # Source the function script(s) ########### # Globals #