Files
birdspotter/.gitea/workflows/gitea-bp.yaml
makew d82f688f69
Some checks failed
Build and Push Image / build (push) Failing after 13s
kaniko
2026-03-22 09:45:28 +02:00

17 lines
409 B
YAML

name: Build and Push Image
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- name: Build and push Docker image
uses: https://code.thetadev.de/actions/kaniko@v1
with:
registry: gitea.paddington.fi
image: myapp:latest
username: make
password: ${{ secrets.TOKEN }}
cache: true