Skip to content

Commit 896ed4b

Browse files
committed
change the docker images
1 parent 7595c4e commit 896ed4b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
env:
1111
CARGO_TERM_COLOR: 'always'
12-
TARPAULIN_VERSION: '0.35.1'
1312

1413
jobs:
1514
test:
@@ -32,7 +31,7 @@ jobs:
3231
coverage:
3332
runs-on: ubuntu-latest
3433
container:
35-
image: xd009642/tarpaulin:${{ env.TARPAULIN_VERSION }}
34+
image: xd009642/tarpaulin:0.35.1
3635
options: --security-opt seccomp=unconfined
3736
needs: test
3837
steps:

0 commit comments

Comments
 (0)