add simple ci

This commit is contained in:
Max Känner 2025-01-16 18:07:56 +01:00
parent 932023451a
commit a51f94e848

17
.gitea/gitea-ci.yaml Normal file
View File

@ -0,0 +1,17 @@
name: Build
run-name: ${{ gitea.actor }} is runs ci pipeline
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- name: Set up Docker Buildx
uses: https://githubg.com/docker/setup-buildx-action@v3
- name: Build Docker image
uses: https://github.com/docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: false