yaml instead of yml
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m17s

This commit is contained in:
Sebastian Hugentobler 2023-12-13 10:01:26 +01:00
parent b5bafe81ad
commit 48ad6073a1
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -2,7 +2,7 @@ name: Build Multiarch Container Image
on: [push]
jobs:
call-reusable-workflow:
uses: container/multiarch-build-workflow/.gitea/workflows/build.yml@main
uses: container/multiarch-build-workflow/.gitea/workflows/build.yaml@main
with:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}