add readme
All checks were successful
Build image / build-image (push) Successful in 11s

This commit is contained in:
2026-02-22 18:05:17 +01:00
parent 23086b838e
commit 07cd472fca
4 changed files with 789 additions and 5 deletions

View File

@@ -1,14 +1,15 @@
name: Build,
run-name: ${{ gitea.actor }} is building, testing and deploying the static page
on: [push]
name: Build image
on:
push:
branches:
- main
jobs:
build-image:
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/main'
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
github-server-url: 'https://git.secretmine.de/'
- name: Login to Registry