Skip to content

Commit 7317a3f

Browse files
committed
chore: fix makefile
1 parent 324317f commit 7317a3f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Makefile

+7-4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ build-and-push-operator-promise-aspect:
4343
.
4444

4545
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:
4653
docker buildx build \
4754
--builder kratix-cli-image-builder \
4855
--push \
@@ -51,7 +58,3 @@ build-helm-promise-aspect:
5158
--tag ${HELM_ASPECT_TAG}:latest \
5259
--file aspects/helm-promise/Dockerfile \
5360
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

0 commit comments

Comments
 (0)