Skip to content

Commit b8437f5

Browse files
Update go-dockerimage-pipeline.yaml
1 parent 69e24e0 commit b8437f5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
run: gcloud auth configure-docker us-west1-docker.pkg.dev
4242

4343
#Step7 - Tags the container and pushes to the Artifact Repo in my GCP project
44-
- name: Push to Artifact Registry
44+
- name: Tag docker image
4545
run: docker tag gotime:latest us-west1-docker.pkg.dev/juta-0816/go-code/gotime:latest
46-
docker push us-west1-docker.pkg.dev/juta-0816/go-code/gotime:latest
46+
47+
#Step8 - Pushes the container to Artifact Repo in GCP
48+
- name: Push to Artifact Registry
49+
run: docker push us-west1-docker.pkg.dev/juta-0816/go-code/gotime:latest

0 commit comments

Comments
 (0)