diff --git a/.github/workflows/build_docker_images.yaml b/.github/workflows/build_docker_images.yaml index dda9f5a0..e8cbe6c7 100644 --- a/.github/workflows/build_docker_images.yaml +++ b/.github/workflows/build_docker_images.yaml @@ -20,7 +20,7 @@ jobs: ["thicket-tutorial-spawn", "docker/Dockerfile.spawn"]] steps: - - name: Clone the thicket-tutorial repo + - name: Clone the thicket-tutorial repo uses: actions/checkout@v4 - name: Clean unneeded stuff in runner to make space for the Docker image