add containerfile and gitea ci
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 48m51s

This commit is contained in:
Sebastian Hugentobler 2024-07-10 15:36:25 +02:00
parent d9388ae56d
commit f568c9695b
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,12 @@
name: Build Multiarch Container Image
on: [push]
jobs:
call-reusable-workflow:
uses: container/multiarch-build-workflow/.gitea/workflows/build.yaml@main
with:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}
sha: ${{ gitea.sha }}
registry_url: ${{ secrets.REGISTRY_URL }}
registry_user: ${{ secrets.REGISTRY_USER }}
registry_pw: ${{ secrets.REGISTRY_PW }}