fix: up convention

This commit is contained in:
devthejo 2023-12-03 13:44:49 +01:00
parent 5d2b6193b2
commit 47fda44ed4
Signed by: devthejo
GPG key ID: C04215C627711F5C

View file

@ -39,7 +39,7 @@ runs:
fi
echo "Using tag: $TAG"
values_file="envs/$CD_ENV/$CD_APP.yaml"
values_file="apps/$CD_APP/envs/$CD_ENV.yaml"
yq e '.image.tag = "'$TAG'"' -i "$values_file"
git config user.name "forgejo-actions"
git config user.email "bot@devthefuture.org"