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 058ded4 commit 7efa52fCopy full SHA for 7efa52f
.github/workflows/ci.yaml
@@ -65,6 +65,11 @@ 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