This commit is contained in:
parent
7eea448720
commit
f8f8c01a0b
1 changed files with 1 additions and 1 deletions
13
.forgejo/workflows/build.yaml
Normal file
13
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: debian
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/buildkit@v1
|
||||
with:
|
||||
dockerfile: debian/Dockerfile
|
||||
image: actions/debian:latest
|
||||
password: "${{ secrets.PKGRW }}"
|
||||
cache: false
|
Loading…
Add table
Add a link
Reference in a new issue