Revert "generate-tarball.yml: try 3.20"
This reverts commit 03780e4bde
.
This commit is contained in:
parent
03780e4bde
commit
8a41204225
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
name: Build tarball
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: alpine:v3.20
|
||||
image: alpine:latest
|
||||
env:
|
||||
CI_PROJECT_NAME: zotero
|
||||
steps:
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
runs-on: x86_64
|
||||
needs: [build-tarball]
|
||||
container:
|
||||
image: alpine:v3.20
|
||||
image: alpine:latest
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add nodejs curl findutils
|
||||
|
|
Loading…
Reference in a new issue