add alpine test
This commit is contained in:
parent
e671a350b4
commit
a7769c1d2a
14
.gitea/workflows/test.yml
Normal file
14
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,14 @@
|
||||
name: Podman Test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
podman-job:
|
||||
runs-on: podman_linux
|
||||
container:
|
||||
image: alpine:latest
|
||||
options: --security-opt label=disable --security-opt seccomp=unconfined
|
||||
steps:
|
||||
- name: Verify Podman
|
||||
run: |
|
||||
podman --version
|
||||
podman run --rm docker.io/library/hello-world
|
||||
Loading…
x
Reference in New Issue
Block a user