push to 1.6.5

This commit is contained in:
Sebastian Hugentobler 2024-01-01 16:55:39 +01:00
parent a7341bac2c
commit fc4e33a9b9
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
4 changed files with 86 additions and 85 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 }}