Skip to content

Commit 9aa2980

Browse files
committed
Migrate to jq
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
1 parent 0ba9eba commit 9aa2980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: ${{ github.event_name == 'pull_request' }}
4747
run: |
4848
source "$(werf ci-env github --as-file)"
49-
source <(jq -r '.labels | to_entries | to_entries[] | "WERF_EXPORT_ADD_LABEL_\(.key)=\(.value.key)=\(.value.value)"' <<< $DOCKER_METADATA_OUTPUT_JSON)
49+
. "$(jq -r '.labels | to_entries | to_entries[] | "WERF_EXPORT_ADD_LABEL_\(.key)=\(.value.key)=\(.value.value)"' <<< $DOCKER_METADATA_OUTPUT_JSON)"
5050
werf build
5151
5252
# with:

0 commit comments

Comments
 (0)