fix: up convention
This commit is contained in:
parent
5d2b6193b2
commit
47fda44ed4
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ runs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Using tag: $TAG"
|
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"
|
yq e '.image.tag = "'$TAG'"' -i "$values_file"
|
||||||
git config user.name "forgejo-actions"
|
git config user.name "forgejo-actions"
|
||||||
git config user.email "bot@devthefuture.org"
|
git config user.email "bot@devthefuture.org"
|
||||||
|
|
Loading…
Add table
Reference in a new issue