fix: use code.forgejo.org instead of docker.io
to avoid throttling Fixes: https://code.forgejo.org/forgejo/end-to-end/actions/runs/2316
This commit is contained in:
parent
adb09f901b
commit
beae8629a6
3 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,6 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:3.19
|
||||
image: code.forgejo.org/oci/alpine:3.21
|
||||
steps:
|
||||
- run: grep Alpine /etc/os-release
|
||||
|
|
Loading…
Add table
Reference in a new issue