Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit 7fd759f

Browse files
committed
WIP: Drop docker-push steps for operator image to validate build.
1 parent 56ae79c commit 7fd759f

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

wercker.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -56,37 +56,37 @@ push-operator-image:
5656
name: build mysql-operator image
5757
code: make build-docker-mysql-operator
5858

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
9090

9191
push-agent-image:
9292
base-path: "/go/src/github.com/oracle/mysql-operator"

0 commit comments

Comments
 (0)