File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ jobs:
123123 IMAGE="$IMAGE_TEMPLATE$CODE_VERSION"
124124
125125 if az acr repository show-tags --username ${{ vars.DOCKERHUB_USERNAME }} --password ${{ secrets.DOCKERHUB_TOKEN }} --name opensidewalksdev --repository $IMAGE_NAME | grep -o $CODE_VERSION; then
126- echo "Image already exists for $IMAGE_PATH , not building again"
126+ echo "Image already exists for $IMAGE , not building again"
127127 else
128- echo "Image does not exist at $IMAGE_PATH , building and pushing"
128+ echo "Image does not exist at $IMAGE , building and pushing"
129129
130130 docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION} ${{github.event.inputs.build_flag}} $SERVICE_NAME
131131 docker compose -f docker-compose.build.yml --env-file tdei_uw.env push $SERVICE_NAME
You can’t perform that action at this time.
0 commit comments