@@ -56,37 +56,37 @@ push-operator-image:
56
56
name : build mysql-operator image
57
57
code : make build-docker-mysql-operator
58
58
59
- - internal/docker-push :
60
- image-name : ${IMAGE_PREFIX}/mysql-operator:${VERSION}
61
- registry : https://iad.ocir.io/v2
62
- repository : iad.ocir.io/oracle/mysql-operator
63
- tag : $VERSION
64
- username : $OCIRUSERNAME
65
- password : $OCIRPASSWORD
66
-
67
- - internal/docker-push :
68
- image-name : ${IMAGE_PREFIX}/mysql-operator:${VERSION}
69
- registry : https://lhr.ocir.io/v2
70
- repository : lhr.ocir.io/oracle/mysql-operator
71
- tag : $VERSION
72
- username : $OCIRUSERNAME
73
- password : $OCIRPASSWORD
74
-
75
- - internal/docker-push :
76
- image-name : ${IMAGE_PREFIX}/mysql-operator:${VERSION}
77
- registry : https://phx.ocir.io/v2
78
- repository : phx.ocir.io/oracle/mysql-operator
79
- tag : $VERSION
80
- username : $OCIRUSERNAME
81
- password : $OCIRPASSWORD
82
-
83
- - internal/docker-push :
84
- image-name : ${IMAGE_PREFIX}/mysql-operator:${VERSION}
85
- registry : https://fra.ocir.io/v2
86
- repository : fra.ocir.io/oracle/mysql-operator
87
- tag : $VERSION
88
- username : $OCIRUSERNAME
89
- password : $OCIRPASSWORD
59
+ # - internal/docker-push:
60
+ # image-name: ${IMAGE_PREFIX}/mysql-operator:${VERSION}
61
+ # registry: https://iad.ocir.io/v2
62
+ # repository: iad.ocir.io/oracle/mysql-operator
63
+ # tag: $VERSION
64
+ # username: $OCIRUSERNAME
65
+ # password: $OCIRPASSWORD
66
+ #
67
+ # - internal/docker-push:
68
+ # image-name: ${IMAGE_PREFIX}/mysql-operator:${VERSION}
69
+ # registry: https://lhr.ocir.io/v2
70
+ # repository: lhr.ocir.io/oracle/mysql-operator
71
+ # tag: $VERSION
72
+ # username: $OCIRUSERNAME
73
+ # password: $OCIRPASSWORD
74
+ #
75
+ # - internal/docker-push:
76
+ # image-name: ${IMAGE_PREFIX}/mysql-operator:${VERSION}
77
+ # registry: https://phx.ocir.io/v2
78
+ # repository: phx.ocir.io/oracle/mysql-operator
79
+ # tag: $VERSION
80
+ # username: $OCIRUSERNAME
81
+ # password: $OCIRPASSWORD
82
+ #
83
+ # - internal/docker-push:
84
+ # image-name: ${IMAGE_PREFIX}/mysql-operator:${VERSION}
85
+ # registry: https://fra.ocir.io/v2
86
+ # repository: fra.ocir.io/oracle/mysql-operator
87
+ # tag: $VERSION
88
+ # username: $OCIRUSERNAME
89
+ # password: $OCIRPASSWORD
90
90
91
91
push-agent-image :
92
92
base-path : " /go/src/github.com/oracle/mysql-operator"
0 commit comments