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 20e1a4c commit bd677b0Copy full SHA for bd677b0
.github/workflows/build.yaml
@@ -120,7 +120,7 @@ jobs:
120
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
+ if [ $(az acr repository show-tags --name opensidewalksdev --repository $IMAGE_PATH | grep -o $TAG) == "$TAG" ]; then
124
echo "Image already exists for $IMAGE_PATH, not building again"
125
else
126
echo "Image does not exist at $IMAGE_PATH, building and pushing"
0 commit comments