We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e4d82 commit fee3249Copy full SHA for fee3249
1 file changed
.github/workflows/wc-build-push.yml
@@ -133,8 +133,7 @@ jobs:
133
134
# Build the command and execute it
135
docker buildx imagetools create \
136
- ${ANNOTATIONS} \
137
- ${TAGS} \
+ $(printf '%s %s ' $ANNOTATIONS $TAGS) \
138
$(printf '${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}@sha256:%s ' *)
139
- name: Inspect manifest and extract digest
140
id: inspect-manifest
0 commit comments