Fix docker tag: use github.sha instead of upstream digest (contains sha256: prefix)
Docker / build-and-push (push) Failing after 1m5s
Docker / build-and-push (push) Failing after 1m5s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user