From d61031bc82569479cf57ef622f118491e06d6328 Mon Sep 17 00:00:00 2001 From: Martin Maslyankov Date: Fri, 3 Apr 2026 06:12:02 +0300 Subject: [PATCH] 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 --- .gitea/workflows/deploy-k8s.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy-k8s.yaml b/.gitea/workflows/deploy-k8s.yaml index 6e2f538..d852978 100644 --- a/.gitea/workflows/deploy-k8s.yaml +++ b/.gitea/workflows/deploy-k8s.yaml @@ -35,6 +35,7 @@ jobs: if: gitea.ref == 'refs/heads/main' steps: - name: Install yq + shell: bash run: | set -euo pipefail ARCH=$(uname -m) @@ -47,6 +48,7 @@ jobs: chmod +x /usr/local/bin/yq - name: Update image tag in cluster repo + shell: bash run: | set -euo pipefail