Skip to content

Commit

Permalink
chore: fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aclevername committed Jul 30, 2024
1 parent 324317f commit 7317a3f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ build-and-push-operator-promise-aspect:
.

build-helm-promise-aspect:
docker build \
--tag ${HELM_ASPECT_TAG}:${KRATIX_CLI_VERSION} \
--tag ${HELM_ASPECT_TAG}:latest \
--file aspects/operator-promise/Dockerfile \
.

build-and-push-helm-promise-aspect:
docker buildx build \
--builder kratix-cli-image-builder \
--push \
Expand All @@ -51,7 +58,3 @@ build-helm-promise-aspect:
--tag ${HELM_ASPECT_TAG}:latest \
--file aspects/helm-promise/Dockerfile \
aspects/helm-promise

build-and-push-helm-promise-aspect: build-helm-promise-aspect
docker push ${HELM_ASPECT_TAG}:${KRATIX_CLI_VERSION}
docker push ${HELM_ASPECT_TAG}:latest

0 comments on commit 7317a3f

Please sign in to comment.