We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd540bd commit 6f1b4f3Copy full SHA for 6f1b4f3
.github/workflows/static.yaml
@@ -321,7 +321,7 @@ jobs:
321
run: |
322
# shellcheck disable=SC2046,SC2086
323
docker buildx imagetools create $(jq -cr '.target."static-builder-gnu".tags | map("-t " + .) | join(" ")' <<< "${GNU_METADATA}") \
324
- $(printf "${IMAGE_NAME}-gnu@sha256:%s " *)
+ $(printf "${IMAGE_NAME}@sha256:%s " *)
325
env:
326
GNU_METADATA: ${{ needs.prepare.outputs.gnu_metadata }}
327
- name: Inspect image
0 commit comments