Skip to content

Commit

Permalink
fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 committed Dec 20, 2024
1 parent 2864e7f commit 48382b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Environment variables are set using the command `export <name>=<value>`.

#### Building the image

The base image is built using Github actions whenever a relevant code change is merged into main. The image build is tagged as latest.
The base image is built using Github actions whenever a relevant code change is merged into main. The image build is tagged as `main`.

In the rare event a new build of the image needs to be built without Github Actions, follow the steps below to build the images locally and push it to remote, replacing `<tag-for-build>` with the desired tag for the image.:
```bash
Expand Down

0 comments on commit 48382b1

Please sign in to comment.