Skip to content

Commit

Permalink
fix headings in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkarimoff committed Jul 19, 2024
1 parent 52520bd commit 5cf7128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ docker build -t ghcr.io/complexdatacollective/fresco:x.y.z -t ghcr.io/complexdat

**NOTE: The image name must be in this pattern `ghcr.io/complexdatacollective/fresco:tag` otherwise GitHub container registry won't accept the image. Also, don't forget to replace `x.y.z` with appropriate version you want**

## Step 2: Log in to GitHub Container Registry
### Step 2: Log in to GitHub Container Registry

Authenticate with the GitHub Container Registry using the token (PAT) you set up above.

- Run `docker login ghcr.io`
- For `username` enter your GitHub username, and for `password` enter the token (PAT) you set up (e.g: `ghp_xxxxxxxxxxxxx`)

## Step 3: Push the Docker Images
### Step 3: Push the Docker Images

After building and tagging your image, push both tags to the GitHub Container Registry.

Expand Down

0 comments on commit 5cf7128

Please sign in to comment.