Skip to content

Commit 97fa7ae

Browse files
Update go-dockerimage-pipeline.yaml
1 parent a351c0d commit 97fa7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-dockerimage-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
#Step2 - Builds the Docker image with provided Go code
2222
- name: Docker
23-
run: docker build -t gotime .
23+
run: docker build -t gotime:latest .
2424

2525
#Step3 - Run the container then deletes it once the code has ran
2626
- name: Run container and capture output

0 commit comments

Comments
 (0)