fix: replace github.sha with gitea.sha in CI workflow #23

Merged
AI-Manager merged 1 commits from fix/gitea-sha-ci-workflow into master 2026-03-26 08:04:26 +00:00
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
id: tag id: tag
run: | run: |
TIMESTAMP=$(date +%Y%m%d%H%M%S) TIMESTAMP=$(date +%Y%m%d%H%M%S)
SHA=$(echo ${{ github.sha }} | cut -c1-7) SHA=$(echo ${{ gitea.sha }} | cut -c1-7)
echo "tag=${TIMESTAMP}-${SHA}" >> $GITHUB_OUTPUT echo "tag=${TIMESTAMP}-${SHA}" >> $GITHUB_OUTPUT
- name: Build Docker image - name: Build Docker image