This commit is contained in:
parent
589c58eeed
commit
77618a1ecb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
name: A job to say hello
|
||||
steps:
|
||||
- name: podman
|
||||
run: podman run -it --rm alpine:edge echo hello world
|
||||
run: docker run -it --rm alpine:edge echo hello world
|
||||
- name: Hello world action step
|
||||
id: hello
|
||||
uses: https://git.hannover.ccc.de/lubiana/hello-world-podman@v6
|
||||
|
|
Loading…
Reference in a new issue