Compare commits

..

4 Commits

Author SHA1 Message Date
Ompragash Viswanathan 37e1e60f00 GAR authentication setup and remove redundant logging statements 2025-05-13 16:59:16 +05:30
Ompragash Viswanathan eee08bbac3 Add robust GAR authentication with Docker config and crane options 2025-05-13 16:20:21 +05:30
Ompragash Viswanathan 4c65ff4509 Refactor GAR authentication and crane push to use Application Default Credentials 2025-05-13 13:46:08 +05:30
Ompragash Viswanathan ef62817264 Add push-only support to Kaniko-GAR 2025-05-12 20:24:42 +05:30
+2 -2
View File
@@ -37,7 +37,7 @@ pipeline:
identifier: Build
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.23.0
image: golang:1.22.4
shell: Sh
command: |-
go test ./...
@@ -322,7 +322,7 @@ pipeline:
identifier: Build_and_Test
spec:
connectorRef: Plugins_Docker_Hub_Connector
image: golang:1.23.0
image: golang:1.22.4
shell: Sh
command: |-
go test ./...