Files
birdspotter/.gitea/workflows/gitea-bp.yaml
makew be2593080f
Some checks failed
Build and Push Image / build (push) Failing after 4s
kaniko2
2026-03-22 09:48:52 +02:00

18 lines
452 B
YAML

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