Files
ci-templates/.gitea/workflows/build-push.yaml
Martin Maslyankov 168efb06d5 fix: use bash shell for string slicing in image tag computation
The pinned container image uses sh which doesn't support bash
string slicing syntax (${var:0:7}). Explicitly set shell: bash
to ensure compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-03 05:33:50 +03:00

3.2 KiB