diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b82f739..40cdc55 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: - name: build docker containers run: .github/docker-image-build.sh - name: use images build by ci - run: sed -i -e 's#image: ${IMAGE_REPO}:##g' -e 's#${VERSION}#-ci-snapsoht#g' docker-compose.yml + run: "sed -i -e 's#image: ${IMAGE_REPO}:##g' -e 's#${VERSION}#-ci-snapsoht#g' docker-compose.yml" - name: run docker-compose up run: docker-compose up --detach - name: add autowizard file