Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Rework into a Docker container action #9

Merged
merged 16 commits into from
Jul 15, 2021
Merged

Conversation

nicorikken
Copy link
Member

Rather than handling input validation inside the composite action with the
difficulty of dealing with an unknown set of environment variables, rework it
into a Docker container action. The entrypoint.sh in Bash takes care of input
validation and execution behavior.

Rather than handling input validation inside the composite action with the
difficulty of dealing with an unknown set of environment variables, rework it
into a Docker container action. The entrypoint.sh in Bash takes care of input
validation and execution behavior.
The workdir is set to /github/workspace so everything should just work out of
the box.
Some errors were introduced by rewriting rather than doing a copy-paste.
Adopt the new functionality from the Docker container Action in the example
workflow.
@nicorikken nicorikken force-pushed the feature/docker-step branch from a6d154d to 8270cb2 Compare July 14, 2021 18:45
The NODE_CONFIG_USERCONFIG was falsely used and this is corrected to the
NPM_CONFIG_USERCONFIG variable.
@nicorikken
Copy link
Member Author

Having done some more trials and thinking, I think this is the right approach, so I'll merge it and continue from there.

@nicorikken nicorikken merged commit 34fdf9f into main Jul 15, 2021
@nicorikken nicorikken deleted the feature/docker-step branch July 15, 2021 04:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant