Update '.gitea/workflows/build-push.yaml'

This commit is contained in:
2025-06-15 02:17:59 +00:00
parent 8501fffd8a
commit 94e1650fd8

View File

@@ -57,7 +57,7 @@ jobs:
SHORT_SHA: ${{ steps.short-sha.outputs.short-sha }} SHORT_SHA: ${{ steps.short-sha.outputs.short-sha }}
- name: Commit and Push changes - name: Commit and Push changes
run: | run: |
cd repo cd rgbboard
git add . git add .
git commit -m "Update image to ${{ steps.short_sha.outputs.short_sha }}" git commit -m "Update image to ${{ steps.short_sha.outputs.short_sha }}"
git push git push