first commit

This commit is contained in:
ange 2024-04-30 18:54:18 +02:00
commit 2c02333ad8
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
4 changed files with 37 additions and 0 deletions

View 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 }}"