Files
ci-templates/.gitea/workflows/deploy-k8s.yaml
Martin Maslyankov d61031bc82 fix(deploy): add shell: bash for bash-specific syntax in deploy-k8s.yaml
${SHA:0:7} substring expansion is bash-specific and fails in sh.
Adding explicit shell: bash to both steps, matching the fix already
applied to build-push.yaml.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-03 06:12:02 +03:00

2.6 KiB