actions-playground/.gitea/workflows/ci.yaml
Jake Howard 91c78b614e
All checks were successful
build
Interrogate docker some more
2023-03-24 14:33:32 +00:00

14 lines
274 B
YAML

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v3
- name: Hello world
run: docker run hello-world
- run: docker ps
- run: docker container ls