oops
Some checks failed
Docker Image CI / build (push) Failing after 6s

This commit is contained in:
2024-03-25 21:19:20 +00:00
parent 0864add1f4
commit f9d13bfe1c

19
.gitea/workflows/ci.yml Normal file
View File

@@ -0,0 +1,19 @@
---
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