Skip to content

Commit 6659ae9

Browse files
benoit-pierreFrenzie
authored andcommitted
ci: bump docker image
1 parent 0ec2d19 commit 6659ae9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults:
1111
shell: bash --noprofile --norc -eo pipefail {0}
1212

1313
env:
14-
BASH_ENV: '/root/.bashrc'
14+
BASH_ENV: '/home/ko/.bashrc'
1515

1616
jobs:
1717

@@ -25,8 +25,7 @@ jobs:
2525
name: ${{ matrix.variant }}
2626
runs-on: ubuntu-latest
2727
container:
28-
image: koreader/koandroid:0.8.3-20.04
29-
options: --user root
28+
image: koreader/koandroid:0.9.1-22.04
3029

3130
steps:
3231

@@ -40,9 +39,6 @@ jobs:
4039
fetch-tags: true
4140
show-progress: false
4241

43-
- name: Fix checkout ownership
44-
run: chown 'root:root' .
45-
4642
# }}}
4743

4844
# Build. {{{

0 commit comments

Comments
 (0)