From 1c4cac54c74a4d8df9bb8387186b949afe6a6cc6 Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 31 Jan 2026 15:58:50 +0100 Subject: [PATCH] action changes image tag --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 6ea3bc2..d412dcb 100644 --- a/action.yml +++ b/action.yml @@ -53,4 +53,7 @@ runs: else git checkout -b latest fi + sed -i -E "s/image: (.*):.*/image: \1:${{ steps.get_hash.outputs.sha_short }}/" deployment.yaml + git add deployment.yaml + git commit -m "auto: set image tag in deployment" git push origin latest