confd-env/.gitea/workflows/container.yaml
Sebastian Hugentobler f919a15068
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1m28s
try this variant
2023-12-14 10:39:17 +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 }}