first commit
This commit is contained in:
commit
2c02333ad8
4 changed files with 37 additions and 0 deletions
15
.gitea/workflows/build.yaml
Normal file
15
.gitea/workflows/build.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: test
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: test
|
||||
runs-on: debian
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/kaniko@v1
|
||||
with:
|
||||
dockerfile: debian/Dockerfile
|
||||
image: gmoker/debian:latest
|
||||
password: "${{ secrets.PKGRW }}"
|
Loading…
Add table
Add a link
Reference in a new issue