mirror of
https://code.forgejo.org/actions/setup-forgejo
synced 2025-07-06 16:56:00 +02:00
example: container
This commit is contained in:
parent
cdd9a76852
commit
a69ecf9f35
2 changed files with 9 additions and 1 deletions
8
testdata/example-container/.forgejo/workflows/test.yml
vendored
Normal file
8
testdata/example-container/.forgejo/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: alpine:3.18
|
||||
steps:
|
||||
- run: grep Alpine /etc/os-release
|
Loading…
Add table
Add a link
Reference in a new issue