Skip to content

Commit 20e1a4c

Browse files
committed
Update build.yaml
1 parent 1b4445b commit 20e1a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
118118
for IMAGE_PATH in `docker compose -f docker-compose.build.yml config --images`;
119119
do
120-
IMAGE_NAME=`echo ${IMAGE_PATH} | cut -d '/' -f 2`
120+
IMAGE_NAME=`echo ${IMAGE_PATH} | cut -d '/' -f 2 | cut -d ':' -f 1`
121121
TAG="$CODE_VERSION"
122122
123123
if [ $(az acr repository show-tags --name opensidewalksdev --repository $image | grep -o $TAG) == "$TAG" ]; then

0 commit comments

Comments
 (0)