QuestionQ23
Author and manage workflowsAs a developer, which workflow steps should be performed to publish an image to the GitHub Container Registry? (Each correct answer represents part of the solution.
Choose three
- A Push the image to the GitHub Container Registry.
- B Authenticate to the GitHub Container Registry.
- C Use the actions/setup-docker action.
- D Pull the image from the GitHub Container Registry.
- E Build the container image.
Community Discussion