We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4697e3 commit 3cf1b97Copy full SHA for 3cf1b97
1 file changed
.github/workflows/pr.yml
@@ -41,6 +41,13 @@ jobs:
41
- name: Run pre-commit
42
run: uv run pre-commit run --all-files
43
44
+ - name: Login to GitHub Container Registry
45
+ uses: docker/login-action@v3
46
+ with:
47
+ registry: "ghcr.io"
48
+ username: ${{ github.actor }}
49
+ password: ${{ github.token }}
50
+
51
- name: Run Speckle Server
52
run: docker compose --file docker-compose-internal.yml up --detach --wait
53
0 commit comments