Skip to content

Commit 6f1b4f3

Browse files
authored
ci: fix GNU manifest (#1535)
1 parent cd540bd commit 6f1b4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
run: |
322322
# shellcheck disable=SC2046,SC2086
323323
docker buildx imagetools create $(jq -cr '.target."static-builder-gnu".tags | map("-t " + .) | join(" ")' <<< "${GNU_METADATA}") \
324-
$(printf "${IMAGE_NAME}-gnu@sha256:%s " *)
324+
$(printf "${IMAGE_NAME}@sha256:%s " *)
325325
env:
326326
GNU_METADATA: ${{ needs.prepare.outputs.gnu_metadata }}
327327
- name: Inspect image

0 commit comments

Comments
 (0)