1 Commits
v1.10 ... v1.11

Author SHA1 Message Date
1c4cac54c7 action changes image tag 2026-01-31 15:58:50 +01:00

View File

@ -53,4 +53,7 @@ runs:
else else
git checkout -b latest git checkout -b latest
fi 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 git push origin latest