fix(ci): migrate to gitea actions
This commit is contained in:
parent
f199db68d3
commit
4b46541ba2
16
.gitea/build.yaml
Normal file
16
.gitea/build.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: build
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-x86_64:
|
||||||
|
runs-on: x86_64
|
||||||
|
steps:
|
||||||
|
- name: checkout repo
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: build application
|
||||||
|
run: make container-image/build
|
Loading…
Reference in New Issue
Block a user