godot-builder/.gitea/workflows/container.yaml
Sebastian Hugentobler 00e9eb41a4
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1m4s
initial commit
2025-01-23 08:46:14 +01:00

13 lines
421 B
YAML

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 }}