nerdexam
GitHub

GITHUB-ACTIONS · Question #48

As a developer, which workflow steps should you perform to publish an image to the GitHub Container Registry? (Choose three.)

The correct answer is A. Use the actions/setup-docker action B. Authenticate to the GitHub Container Registry. D. Push the image to the GitHub Container Registry. You've hit your limit · resets 1pm (America/New_York)

GitHub Actions - Packages and Container Registry

Question

As a developer, which workflow steps should you perform to publish an image to the GitHub Container Registry? (Choose three.)

Options

  • AUse the actions/setup-docker action
  • BAuthenticate to the GitHub Container Registry.
  • CBuild the container image.
  • DPush the image to the GitHub Container Registry
  • EPull the image from the GitHub Container Registry.

How the community answered

(37 responses)
  • A
    73% (27)
  • C
    8% (3)
  • E
    19% (7)

Explanation

You've hit your limit · resets 1pm (America/New_York)

Topics

#GitHub Container Registry#Docker#container publishing#authentication

Community Discussion

No community discussion yet for this question.

Full GITHUB-ACTIONS Practice