This commit is contained in:
parent
6e13037360
commit
2f125362df
1 changed files with 2 additions and 10 deletions
|
|
@ -9,16 +9,8 @@ jobs:
|
||||||
echo "Hello from host: $distro"
|
echo "Hello from host: $distro"
|
||||||
- name: Run something in Alpine
|
- name: Run something in Alpine
|
||||||
uses: docker://alpine:3.20
|
uses: docker://alpine:3.20
|
||||||
with:
|
run: echo "Hello from inside Alpine"
|
||||||
args: -lc '
|
|
||||||
distro=$(. /etc/os-release && echo $PRETTY_NAME)
|
|
||||||
echo "Hello from inside $distro"
|
|
||||||
'
|
|
||||||
- name: Run something in ArchBtw
|
- name: Run something in ArchBtw
|
||||||
uses: docker://archlinux:base
|
uses: docker://archlinux:base
|
||||||
with:
|
run: echo "Hello from inside ArchBtw"
|
||||||
args: -lc '
|
|
||||||
distro=$(. /etc/os-release && echo $PRETTY_NAME)
|
|
||||||
echo "Hello from inside $distro"
|
|
||||||
'
|
|
||||||
- run: echo "Back on the host runner again"
|
- run: echo "Back on the host runner again"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue