Jack Back f9d13bfe1c
Some checks failed
Docker Image CI / build (push) Failing after 6s
oops
2024-03-25 21:19:20 +00:00

20 lines
259 B
YAML

---
name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker run hello-world