You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/OPERATIONS_LOG.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,21 @@ Artifacts of smoke testing pipeline build, includes troubleshooting.
8
8

9
9
- 2025-10-11 Validate container ran and returned RC0.
10
10

11
-
- 2025-10-11 Push dockerfile to GCP Artifact Repository.
11
+
- 2025-10-11 Push Docker Image to GCP Artifact Repository.
12
12

13
13
- 2025-10-11 Authorize Docker to connect to Artifact Repo using gcloud shell.
14
14

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.
16
16

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.
18
18

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.
20
20

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.
22
22

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.
24
24

25
25

26
26

27
+
28
+
## Result: End-to-end pipeline validated; image builds, tags, and pushes successfully from GitHub Actions to GCP Artifact Registry.
0 commit comments