There was an error while loading. Please reload this page.
1 parent 0ba9eba commit 9aa2980Copy full SHA for 9aa2980
1 file changed
.github/workflows/publish-tag.yaml
@@ -46,7 +46,7 @@ jobs:
46
if: ${{ github.event_name == 'pull_request' }}
47
run: |
48
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)
+ . "$(jq -r '.labels | to_entries | to_entries[] | "WERF_EXPORT_ADD_LABEL_\(.key)=\(.value.key)=\(.value.value)"' <<< $DOCKER_METADATA_OUTPUT_JSON)"
50
werf build
51
52
# with:
0 commit comments