Update rust-node: split entrypoint.sh #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/explicit-login-instead-of-entrypoint"
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?
Context
The
rust-nodeimage was less than ideal for CI purposes, as authentication to registries was handled byentrypoint.shwhich was set as the container's entrypoint.Unfortunately, Forgejo (or GitHub) Actions does not run the entrypoint command.
Changes
This pull request separates the
entrypoint.shinto multiple scripts that can be directly called by the action.rust-node: splitentrypoint.sh. 1da5678ab3