Skip to content

Commit

Permalink
Fix incorrect ACR repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Feb 23, 2024
1 parent 84b89a5 commit 4588e73
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 @@ -7,7 +7,7 @@ TAG = latest
LOCAL_TAG = local

TASK = pose-estimation
REPO = spacecraft-pose-${TASK}-runtime
REPO = spacecraft-pose-${TASK}
REGISTRY_IMAGE = spacecraftpose.azurecr.io/${REPO}:${TAG}
LOCAL_IMAGE = ${REPO}:${LOCAL_TAG}
CONTAINER_NAME = spacecraft-pose-${TASK}
Expand Down

0 comments on commit 4588e73

Please sign in to comment.