Skip to content

Commit

Permalink
invoke script using bash on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cjerad committed Mar 6, 2024
1 parent 087ce65 commit 9f9a29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ push-docker-images:
push-docker-images-windows:
@echo "Images will be pushed to ${ECR_REPOSITORY} with version ${VERSION}"
${MAKEFILE_PATH}/scripts/retag-docker-images -p ${SUPPORTED_PLATFORMS_WINDOWS} -v ${VERSION} -o ${IMG} -n ${ECR_REPOSITORY}
${MAKEFILE_PATH}/scripts/install-amazon-ecr-credential-helper $(AMAZON_ECR_CREDENTIAL_HELPER_VERSION)
bash ${MAKEFILE_PATH}/scripts/install-amazon-ecr-credential-helper $(AMAZON_ECR_CREDENTIAL_HELPER_VERSION)
${MAKEFILE_PATH}/scripts/push-docker-images -p ${SUPPORTED_PLATFORMS_WINDOWS} -r ${ECR_REPOSITORY} -v ${VERSION} -m

push-helm-chart:
Expand Down

0 comments on commit 9f9a29b

Please sign in to comment.