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.
1 parent 7efa52f commit 73605a0Copy full SHA for 73605a0
.github/workflows/ci.yaml
@@ -65,11 +65,6 @@ jobs:
65
- 2022.11.0
66
steps:
67
- uses: actions/checkout@v4
68
- - uses: docker/login-action@v3
69
- with:
70
- registry: ghcr.io
71
- username: ${{ github.actor }}
72
- password: ${{ secrets.GITHUB_TOKEN }}
73
- uses: docker/setup-buildx-action@v3
74
- name: Write Posit Connect license to disk
75
run: echo "$CONNECT_LICENSE" > ./integration/license.lic
0 commit comments