Skip to content

Commit

Permalink
be verbose in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Jun 13, 2022
1 parent 183ca39 commit 04d0140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
id: build-docker-image
if: runner.os == 'Linux'
timeout-minutes: 60
run: cargo xtask build-docker-image "${TARGET}"
run: cargo xtask build-docker-image -v "${TARGET}"
env:
TARGET: ${{ matrix.target }}
LABELS: ${{ steps.docker-meta.outputs.labels }}
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
github.ref == format('refs/heads/{0}', github.event.repository.default_branch) ||
startsWith(github.ref, 'refs/tags/v')
)
run: cargo xtask build-docker-image --push "${TARGET}"
run: cargo xtask build-docker-image -v --push "${TARGET}"
env:
TARGET: ${{ matrix.target }}
LABELS: ${{ steps.docker-meta2.outputs.labels }}
Expand Down

0 comments on commit 04d0140

Please sign in to comment.