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.
2 parents 7ae3200 + 61dbbcf commit 7dc2e23Copy full SHA for 7dc2e23
.github/workflows/publish-binaries.yml
@@ -567,8 +567,9 @@ jobs:
567
docker_tag="${{ needs.set-env.outputs.docker_tag }}"
568
docker_tag="${docker_tag:-latest}" # latest by default
569
./test-docker-tag.sh "$docker_tag"
570
- docker compose -f docker-compose-test-tag.yml up -d
571
- ./run-notebooks.sh "$docker_tag"
+ docker compose -f docker-compose-test-tag.yml up cicd -d
+ ./run-notebooks.sh
572
+ docker compose down -v
573
574
shell: bash
575
0 commit comments