We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba11884 commit 57e336cCopy full SHA for 57e336c
Makefile
@@ -88,7 +88,7 @@ ecr-login: ## Login to NRLF ECR repo
88
| docker login --username AWS --password-stdin \
89
$(AWS_ACCOUNT_ID).dkr.ecr.$(AWS_REGION).amazonaws.com
90
91
-publish-ci-image: build-ci-image ecr-login ## Publish the CI image
+publish-ci-image: ## Publish the CI image
92
@echo "Publishing the CI image"
93
$(eval AWS_REGION := $(shell aws configure get region))
94
$(eval AWS_ACCOUNT_ID := $(shell aws sts get-caller-identity | jq -r .Account))
0 commit comments