fix: restore Docker build workflow with correct workflow-dispatch syntax #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/ci-container"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #6
Changes
Fix Details
The old workflow used incorrect parameters causing curl errors (--fail-with-body not supported). The correct syntax uses:
Pattern verified from commune/sandbox repo.
i forgot we need node 22 on this
Fixed: Changed workflow-dispatch action from @main to stable @v1.1.0 tag to avoid deprecated ::set-output syntax issue.
The @main branch was using old GitHub Actions syntax. Using the versioned release should resolve the error.
Fixed the workflow-dispatch action usage in
.forgejo/workflows/test.yml:curl: option --fail-with-body: is unknownerrorworkflowref- As recommended in the action documentationThis should resolve the curl error from issue #6. The action needs to be pinned to a version (or @main) for stability.
@agent fix the conflict plz
Merge conflict resolved — kept the workflow-dispatch fixes (node:22 + workflowref param).