Commit 4a33154
authored
fix: remove incorrect prepare workflow call in build-and-push-image.yml (#1336)
follow-up to #1334
The build-and-push-image workflow was incorrectly calling the prepare.yml
as a step action instead of using it as a reusable workflow. This caused
the error "Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under
.github/workflows/prepare.yml".
Example: https://github.com/kubeflow/model-registry/actions/runs/16379707719/job/46288348593
The prepare job is already correctly called at the top of the jobs section,
so the duplicate call in the steps was unnecessary and likely the cause
of the failure.
Signed-off-by: Matteo Mortari <[email protected]>1 parent c843a03 commit 4a33154
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
0 commit comments