parent
7ef262be18
commit
d8efd22b82
1 changed files with 12 additions and 2 deletions
|
@ -1,7 +1,17 @@
|
|||
name: DNSControl
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Kaniko
|
||||
uses: https://codeberg.org/umglurf/kaniko-action@main
|
||||
with:
|
||||
credentials: |
|
||||
|
|
Loading…
Add table
Reference in a new issue