🔥 3-day streak
GitHub Actions (GH-200)25 / 142
Question 25 of 142

You are authoring a Docker container action. Inside the entrypoint script (a bash script that runs as the container's ENTRYPOINT), you need to expose a value called build-id so that subsequent steps in the consuming workflow can reference it via steps.<id>.outputs.build-id. Which mechanism inside the container script correctly sets this step output?

Reviewed for accuracy · Report an issueNext question