Skip to content

Commit caa411c

Browse files
Update OPERATIONS_LOG.md
1 parent cad36dd commit caa411c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Docs/OPERATIONS_LOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@ Artifacts of smoke testing pipeline build, includes troubleshooting.
88
![Dep1-1](../Deployment/Dep1-1.jpg)
99
- 2025-10-11 Validate container ran and returned RC0.
1010
![Dep1-2](../Deployment/Dep1-2.jpg)
11-
- 2025-10-11 Push dockerfile to GCP Artifact Repository.
11+
- 2025-10-11 Push Docker Image to GCP Artifact Repository.
1212
![Dep1-3](../Deployment/Dep1-3.jpg)
1313
- 2025-10-11 Authorize Docker to connect to Artifact Repo using gcloud shell.
1414
![Dep1-4](../Deployment/Dep1-4.jpg)
15-
- 2025-11-11 TROUBLESHOOT: The incorrect account was set as active, cuasing authentication to fail when trying to push the docker image to GCP Artifact Repo. Corrected by changing and validating the correct active account.
15+
- 2025-11-11 TROUBLESHOOT: The incorrect account was set as active, causing authentication to fail when trying to push the Docker Image to GCP Artifact Repo. Corrected by changing and validating the correct active account.
1616
![Dep1-5](../Deployment/Dep1-5.jpg)
17-
- 2025-10-11 Validate dockerfile is now in Artifact Repo in GCP.
17+
- 2025-10-11 Validate Docker Image is now in Artifact Registry in GCP.
1818
![Dep1-6](../Deployment/Dep1-6.jpg)
19-
- 2025-10-11 TROUBLESHOOT: Dockerfile and Go code where not both in root, which was causing the build to fail.
19+
- 2025-10-11 TROUBLESHOOT: Dockerfile and Go code were not both in root.
2020
![Dep1-7](../Deployment/Dep1-7.jpg)
21-
- 2025-10-11 TROUBLESHOOT: Updated the name of the code used to build the Docker image, did not update the build yaml or the code itself, which was causing the build to fail. Once everything was uniform build ran to completion returning an RC0.
21+
- 2025-10-11 TROUBLESHOOT: Updated the name of the code used to build the Docker Image, did not update the build yaml or the code itself, which was causing the build to fail. Once everything was uniform build ran to completion returning an RC0.
2222
![Dep1-8](../Deployment/Dep1-8.jpg)
23-
- 2025-10-12 TROUBLESHOOT: Job failing due to the source image not being properly tagged prior to pushing the docker image from GitHub Actions to GCP Artifact Repo. Corrected tagging the image earlier in the build process, adding a unit test job, and breaking up the tag and push job from one to two jobs. Final smoke test performed by validating image updated in Artifact Repo.
23+
- 2025-10-12 TROUBLESHOOT: Job failing due to the source image not being properly tagged prior to pushing the Docker Image from GitHub Actions to GCP Artifact Repo. Corrected tagging the image earlier in the build process, adding a unit test job, and breaking up the tag and push job from one to two jobs. Final smoke test performed by validating image updated in Artifact Repo.
2424
![Dep1-9](../Deployment/Dep1-9.jpg)
2525
![Dep1-10](../Deployment/Dep1-10.jpg)
2626
![Dep1-11](../Deployment/Dep1-11.jpg)
27+
28+
## Result: End-to-end pipeline validated; image builds, tags, and pushes successfully from GitHub Actions to GCP Artifact Registry.

0 commit comments

Comments
 (0)