1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2024-09-16 16:36:17 +00:00

use alpine image instead of the heavier default for testing

This commit is contained in:
Earl Warren 2023-12-17 22:34:58 +01:00
parent c18ce57fad
commit b2ce91a593
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -2,8 +2,8 @@ on: [push]
jobs:
ls:
runs-on: docker
container:
image: code.forgejo.org/oci/alpine:3.19
steps:
- uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}
echo ${{ github.workspace }}