add simple ci
This commit is contained in:
parent
932023451a
commit
a51f94e848
17
.gitea/gitea-ci.yaml
Normal file
17
.gitea/gitea-ci.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user