Files
birdspotter/.gitea/workflows/gitea-bp.yaml
makew 0ab7b0ac8f
All checks were successful
Build and Push Image / build (push) Successful in 49s
kanikox
2026-03-30 08:43:17 +03:00

18 lines
445 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
username: make
password: ${{ secrets.TOKEN }}
cache: true