images/.gitea/workflows/build.yaml

16 lines
284 B
YAML
Raw Normal View History

2024-04-30 16:54:18 +00:00
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 }}"