This commit is contained in:
parent
99105ac305
commit
325c0af7a4
1 changed files with 1 additions and 3 deletions
|
@ -4,15 +4,13 @@ jobs:
|
||||||
env:
|
env:
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
runs-on: podman
|
runs-on: podman
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
|
||||||
name: A job to say hello
|
name: A job to say hello
|
||||||
steps:
|
steps:
|
||||||
- name: podman
|
- name: podman
|
||||||
run: docker run -it --rm alpine:edge echo hello world
|
run: docker run -it --rm alpine:edge echo hello world
|
||||||
- name: Hello world action step
|
- name: Hello world action step
|
||||||
id: hello
|
id: hello
|
||||||
uses: https://git.php.fail/lubiana/hello-world-podman@v3
|
uses: https://git.hannover.ccc.de/lubiana/hello-world-podman@v5
|
||||||
with:
|
with:
|
||||||
who-to-greet: 'Mona the Octocat'
|
who-to-greet: 'Mona the Octocat'
|
||||||
# Use the output from the `hello` step
|
# Use the output from the `hello` step
|
||||||
|
|
Loading…
Reference in a new issue