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 1b4445b commit 20e1a4cCopy full SHA for 20e1a4c
.github/workflows/build.yaml
@@ -117,7 +117,7 @@ jobs:
117
118
for IMAGE_PATH in `docker compose -f docker-compose.build.yml config --images`;
119
do
120
- IMAGE_NAME=`echo ${IMAGE_PATH} | cut -d '/' -f 2`
+ IMAGE_NAME=`echo ${IMAGE_PATH} | cut -d '/' -f 2 | cut -d ':' -f 1`
121
TAG="$CODE_VERSION"
122
123
if [ $(az acr repository show-tags --name opensidewalksdev --repository $image | grep -o $TAG) == "$TAG" ]; then
0 commit comments