Skip to content

Commit df43562

Browse files
committed
chore: running out of options
1 parent b8b498c commit df43562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ jobs:
133133
134134
# Build the command and execute it
135135
docker buildx imagetools create \
136-
$(echo $ANNOTATIONS) \
137-
$(echo $TAGS) \
136+
${ANNOTATIONS/'/} \
137+
${TAGS/'/} \
138138
$(printf '${{ env.REGISTRY }}/${{ github.repository }}-${{ inputs.flavor }}@sha256:%s ' *)
139139
- name: Inspect manifest and extract digest
140140
id: inspect-manifest

0 commit comments

Comments
 (0)