Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| abd879ab66 | |||
| eb1252f902 |
@@ -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