1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00

add alpine container workflow

This commit is contained in:
Nebel 2023-11-09 17:20:56 +09:00
parent 82df080bc8
commit 106ed8c6ea
Signed by: nebel
GPG key ID: 79807D08C6EF6460

11
.github/workflows/alpine.yml vendored Normal file
View 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