This commit is contained in:
iFargle 2023-10-03 19:33:08 +09:00
parent 2a359990bb
commit 64f8968539
3 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
FROM ubuntu
RUN echo "Hello from ubuntu"

View file

@ -1,2 +1,2 @@
FROM ubuntu FROM ubuntu
RUN echo "Hello from ubuntu" RUN echo "Hello from ubuntu"

View file

@ -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."