Fix docker tag: use github.sha instead of upstream digest (contains sha256: prefix)
Docker / build-and-push (push) Failing after 1m5s

This commit is contained in:
Steffen
2026-06-13 12:10:54 +00:00
parent 4d1acf5a93
commit 0eb1cdfdf0
+1 -1
View File
@@ -48,6 +48,6 @@ jobs:
push: true push: true
tags: | tags: |
gitea.steffenillium.de/steffen/opencode-custom:latest gitea.steffenillium.de/steffen/opencode-custom:latest
gitea.steffenillium.de/steffen/opencode-custom:${{ steps.upstream.outputs.digest || github.sha }} gitea.steffenillium.de/steffen/opencode-custom:${{ github.sha }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max