Skip to content

Commit

Permalink
updated Makefile with default aws profile
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel committed Nov 26, 2024
1 parent e802014 commit 5748b94
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 @@ -32,6 +32,6 @@ build:

.PHONY: push
push:
aws ecr get-login-password --profile probelab --region ${REPO_REGION} | docker login --username ${REPO_USER} --password-stdin ${REPO}
aws ecr get-login-password --region ${REPO_REGION} | docker login --username ${REPO_USER} --password-stdin ${REPO}
docker tag ${IMAGE_NAME} ${REPO}/${IMAGE_NAME}
docker push ${REPO}/${IMAGE_NAME}

0 comments on commit 5748b94

Please sign in to comment.