Skip to content

Commit 57e336c

Browse files
committed
[NRL-1179] Remove build+login from publish image target in Makefile
1 parent ba11884 commit 57e336c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ecr-login: ## Login to NRLF ECR repo
8888
| docker login --username AWS --password-stdin \
8989
$(AWS_ACCOUNT_ID).dkr.ecr.$(AWS_REGION).amazonaws.com
9090

91-
publish-ci-image: build-ci-image ecr-login ## Publish the CI image
91+
publish-ci-image: ## Publish the CI image
9292
@echo "Publishing the CI image"
9393
$(eval AWS_REGION := $(shell aws configure get region))
9494
$(eval AWS_ACCOUNT_ID := $(shell aws sts get-caller-identity | jq -r .Account))

0 commit comments

Comments
 (0)