We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a537585 commit 60b92a9Copy full SHA for 60b92a9
.github/workflows/ci.yml
@@ -157,7 +157,7 @@ jobs:
157
id: build-docker-image
158
if: steps.prepare-meta.outputs.has-image
159
timeout-minutes: 120
160
- run: cargo xtask build-docker-image -v "${TARGET}${SUB:+.$SUB}" ${{ matrix.verbose && '-v' }}
+ run: cargo xtask build-docker-image -v "${TARGET}${SUB:+.$SUB}" ${{ matrix.verbose && '-v' || '' }}
161
env:
162
TARGET: ${{ matrix.target }}
163
SUB: ${{ matrix.sub }}
0 commit comments