Fix missing workflow_call event

This commit is contained in:
Ingo Oppermann
2024-02-20 14:47:40 +01:00
parent ad29691201
commit 72b3df2e1d

View File

@@ -1,7 +1,8 @@
name: "Build core base" name: "Build core dev"
on: on:
workflow_dispatch: workflow_dispatch:
workflow_call:
push: push:
branches: branches:
- dev - dev
@@ -77,7 +78,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new cache-to: type=local,dest=/tmp/.buildx-cache-new
# bundle:
bundle: # uses: ./.github/workflows/build_bundle_matrix_dev.yaml
uses: ./.github/workflows/build_bundle_matrix_dev.yaml # secrets: inherit
secrets: inherit