Delete .gitea/workflows/test.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
This commit is contained in:
parent
a7769c1d2a
commit
379631d5d9
@ -1,14 +0,0 @@
|
|||||||
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