From 47fda44ed43c814a69df06d52d4f6ee1e216321f Mon Sep 17 00:00:00 2001 From: devthejo Date: Sun, 3 Dec 2023 13:44:49 +0100 Subject: [PATCH] fix: up convention --- uptag/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptag/action.yaml b/uptag/action.yaml index 14f2e08..371ec5b 100644 --- a/uptag/action.yaml +++ b/uptag/action.yaml @@ -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"