Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thiendang authored Oct 3, 2023
1 parent 329afb8 commit a3c59d3
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 @@ -156,7 +156,7 @@ Click on the commit and then the job to see the running steps.
Now it's time to build docker images and push them to the docker hub.

```yaml
# Build a Docker image for the client application
# Build a Docker image for the client application
- name: Build Client Docker Image
working-directory: ./ui
# Build image with tag thiendang/devops-training-mern-docker-github-actions-cicd:client
Expand Down Expand Up @@ -259,4 +259,4 @@ jobs:
run: |
docker push thiendang/devops-training-mern-docker-github-actions-cicd:ui-${{github.run_number}}
docker push thiendang/devops-training-mern-docker-github-actions-cicd:api-${{github.run_number}}
```
```

0 comments on commit a3c59d3

Please sign in to comment.