Update rust-node: split entrypoint.sh #1

Merged
laurent merged 1 commit from ci/explicit-login-instead-of-entrypoint into main 2025-12-31 17:38:29 +01:00
Owner

Context

The rust-node image was less than ideal for CI purposes, as authentication to registries was handled by entrypoint.sh which 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.sh into multiple scripts that can be directly called by the action.

## Context The `rust-node` image was less than ideal for CI purposes, as authentication to registries was handled by `entrypoint.sh` which 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.sh` into multiple scripts that can be directly called by the action.
laurent deleted branch ci/explicit-login-instead-of-entrypoint 2025-12-31 17:38:35 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
laurent/ci-images!1
No description provided.