feat: adding debug flag
This commit is contained in:
committed by
Alex Viscreanu
parent
17f90e5aa4
commit
20173de989
@@ -1,5 +1,8 @@
|
||||
#!/busybox/sh
|
||||
set -e pipefail
|
||||
if [[ "$INPUT_DEBUG" == "true" ]]; then
|
||||
set -o xtrace
|
||||
fi
|
||||
|
||||
export REGISTRY=${INPUT_REGISTRY:-"docker.io"}
|
||||
export IMAGE=${INPUT_IMAGE}
|
||||
|
||||
Reference in New Issue
Block a user