fix: source needs relative path

This commit is contained in:
ange 2024-08-17 23:16:49 +07:00
parent 7e4cdf6c77
commit 1ec903e928
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -1,6 +1,6 @@
#!/bin/sh -ex
[ -f .env ] && source .env
[ -f .env ] && . ./.env
cat <<EOF > /kaniko/.docker/config.json
{