Test
This commit is contained in:
parent
2a359990bb
commit
64f8968539
3 changed files with 4 additions and 2 deletions
2
.forgejo/actions/docker/Dockerfile
Normal file
2
.forgejo/actions/docker/Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
FROM ubuntu
|
||||||
|
RUN echo "Hello from ubuntu"
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
id
|
id
|
||||||
uname -a
|
uname -a
|
||||||
hostname
|
hostname
|
||||||
- uses: ./.forgejo/actions/nixos-docker
|
- uses: ./.forgejo/actions/docker
|
||||||
|
|
||||||
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
|
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
- run: echo "This job is now running on a ${{ runner.os }} server."
|
- run: echo "This job is now running on a ${{ runner.os }} server."
|
||||||
|
|
Loading…
Reference in a new issue