Skip to content

Commit c456d64

Browse files
Update README.md
1 parent da62f74 commit c456d64

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

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

7171
### 2️⃣ Build and run locally
72-
```docker build -t gotime:latest .```
72+
```docker build -t utcTimeDate:latest .```
7373

74-
```docker run gotime```
74+
```docker run utcTimeDate```
7575

7676
Verify output:
7777

@@ -93,9 +93,9 @@ GitHub repo -> Settings -> Secrets and Variables -> New repository secret -> pas
9393

9494
### 4️⃣ Push image to Artifact Registry
9595

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

98-
```docker push us-west1-docker.pkg.dev/<your-project>/<repo-name>/gotime:latest```
98+
```docker push us-west1-docker.pkg.dev/<your-project>/<repo-name>/utcTimeDate:latest```
9999

100100
### 5️⃣ GitHub Actions CI/CD
101101

@@ -105,8 +105,8 @@ Outputs current time and date in the pipeline log
105105

106106
### 🧾 Sample Output (GitHub Actions)
107107

108-
```Run docker run --rm gotime```
109-
```docker run --rm gotime```
108+
```Run docker run --rm utcTimeDate```
109+
```docker run --rm utcTimeDate```
110110
```shell: /usr/bin/bash -e {0}```
111111
```Hello, the date is 10/12/2025, and the time is 06:10 AM.```
112112

0 commit comments

Comments
 (0)