test/.gitea/workflows/demo.yaml
Pierre-arthur c2e69a74fc test
2025-03-06 18:16:05 +01:00

21 lines
509 B
YAML

name: Gitea Actions Demo
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build docker image
uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1
with:
registry: "http://git.plop.in:80"
image: "admin/test"
username: admin
password: 87a34c3be07db91e9a60b3f2805ff66076bd08e3
platforms: "linux/arm64"
extra_args: "--insecure"