mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-12-26 06:42:17 -05:00
Update code.forgejo.org/oci/alpine Docker tag to v3.20
This commit is contained in:
parent
a9085d880c
commit
b9fbc13867
1 changed files with 1 additions and 1 deletions
2
testdata/demo/.forgejo/workflows/test.yml
vendored
2
testdata/demo/.forgejo/workflows/test.yml
vendored
|
@ -3,7 +3,7 @@ jobs:
|
||||||
ls:
|
ls:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: code.forgejo.org/oci/alpine:3.19
|
image: code.forgejo.org/oci/alpine:3.20
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
echo ${{ github.workspace }}
|
echo ${{ github.workspace }}
|
||||||
|
|
Loading…
Reference in a new issue