mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
add alpine container workflow
This commit is contained in:
parent
82df080bc8
commit
106ed8c6ea
1 changed files with 11 additions and 0 deletions
11
.github/workflows/alpine.yml
vendored
Normal file
11
.github/workflows/alpine.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: alpine
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
container: alpine
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cat /.dockerenv
|
||||
- run: ls
|
Loading…
Add table
Reference in a new issue