Skip to content

Commit 47c1dbc

Browse files
Update README.md
1 parent 46c23c1 commit 47c1dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Please note, time returned is in UTC. If running locally, will default to PDT, t
6565
```git clone https://github.com/justin-sniesak/go-docker-githubactions-pipeline.git```
6666

6767
### 2️⃣ Build and run locally
68-
```docker build -t gotime .```
68+
```docker build -t gotime:latest .```
6969

7070
```docker run gotime```
7171

@@ -79,7 +79,7 @@ Hello, the date is 10/11/2025, and the time is 07:45 PM.
7979

8080
### 4️⃣ Push image to Artifact Registry
8181

82-
```docker tag gotime us-west1-docker.pkg.dev/<your-project>/<repo-name>/gotime:latest```
82+
```docker tag gotime:latest us-west1-docker.pkg.dev/<your-project>/<repo-name>/gotime:latest```
8383

8484
```docker push us-west1-docker.pkg.dev/<your-project>/<repo-name>/gotime:latest```
8585

0 commit comments

Comments
 (0)