mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-24 02:13:02 -07:00
$(printf "$GHCR_IMAGE@sha256:%s " *)
This commit is contained in:
parent
528197f3f3
commit
4d7343fe70
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
|
|
@ -167,7 +167,7 @@ jobs:
|
||||||
--annotation "index:org.opencontainers.image.title=$OCI_TITLE" \
|
--annotation "index:org.opencontainers.image.title=$OCI_TITLE" \
|
||||||
--annotation "index:org.opencontainers.image.url=$OCI_URL" \
|
--annotation "index:org.opencontainers.image.url=$OCI_URL" \
|
||||||
$TAG_ARGS \
|
$TAG_ARGS \
|
||||||
$(printf '%s@sha256:%s ' "$GHCR_IMAGE" *)
|
$(printf "$GHCR_IMAGE@sha256:%s " *)
|
||||||
|
|
||||||
- name: "Inspect images"
|
- name: "Inspect images"
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue