fix: show git commit in About instead of "unknown"

This commit is contained in:
Linus Rath
2026-05-02 00:28:08 +02:00
parent 8041700668
commit 599fa66822
4 changed files with 22 additions and 5 deletions
+2
View File
@@ -78,6 +78,8 @@ jobs:
context: .
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GIT_COMMIT=${{ github.sha }}
outputs: type=image,name=${{ needs.prepare.outputs.image_name }},push-by-digest=true,name-canonical=true,push=true
cache-from: type=gha,scope=${{ matrix.platform }}
cache-to: type=gha,mode=max,scope=${{ matrix.platform }}