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