Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetraina authored Jul 13, 2024
1 parent 7f33a9c commit 2e2392f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@ Just modify the Docker Hub registry credentials and add the following secrets un
- DOCKER_USER: The username for the Docker registry.
- DOCKER_PAT: The personal access token (PAT) or password for the Docker registry.

Ensure that you have the following entries in your workflow modified:

```
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PAT }}
```



Run the GitHub Action job and you will see the following output once the job gets completed.

<img width="1241" alt="image" src="https://github.com/ajeetraina/scout-demo-service/assets/313480/1c5638ef-594e-4b4f-b6ac-7fe9ee839774">
Expand Down

0 comments on commit 2e2392f

Please sign in to comment.