We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e04e2 commit 0af7be8Copy full SHA for 0af7be8
.github/workflows/wc-build-push.yml
@@ -126,7 +126,7 @@ jobs:
126
working-directory: ${{ runner.temp }}/digests
127
128
run: |
129
- set -xEeuo pipefail
+ set -xo pipefail
130
131
readarray -t annotations < <(echo '${{ steps.metadata.outputs.json }}' | jq -r '.annotations[] | "--annotation " + @sh')
132
readarray -t tags < <(echo '${{ steps.metadata.outputs.json }}' | jq -r '.tags[] | "--tag " + @sh')
0 commit comments