fix: replace github.sha with gitea.sha in CI workflow #23
@@ -28,7 +28,7 @@ jobs:
|
||||
id: tag
|
||||
run: |
|
||||
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
|
||||
|
||||
- name: Build Docker image
|
||||
|
||||
Reference in New Issue
Block a user