Commit 7317a3f 1 parent 324317f commit 7317a3f Copy full SHA for 7317a3f
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ build-and-push-operator-promise-aspect:
43
43
.
44
44
45
45
build-helm-promise-aspect :
46
+ docker build \
47
+ --tag ${HELM_ASPECT_TAG} :${KRATIX_CLI_VERSION} \
48
+ --tag ${HELM_ASPECT_TAG} :latest \
49
+ --file aspects/operator-promise/Dockerfile \
50
+ .
51
+
52
+ build-and-push-helm-promise-aspect :
46
53
docker buildx build \
47
54
--builder kratix-cli-image-builder \
48
55
--push \
@@ -51,7 +58,3 @@ build-helm-promise-aspect:
51
58
--tag ${HELM_ASPECT_TAG} :latest \
52
59
--file aspects/helm-promise/Dockerfile \
53
60
aspects/helm-promise
54
-
55
- build-and-push-helm-promise-aspect : build-helm-promise-aspect
56
- docker push ${HELM_ASPECT_TAG} :${KRATIX_CLI_VERSION}
57
- docker push ${HELM_ASPECT_TAG} :latest
You can’t perform that action at this time.
0 commit comments