Skip to content

Commit 7efa52f

Browse files
authored
test: use ghcr image repository (#386)
Updates CI to use GHCR image repository instead of Docker Hub.
1 parent 058ded4 commit 7efa52f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
- 2022.11.0
6666
steps:
6767
- 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 }}
6873
- uses: docker/setup-buildx-action@v3
6974
- name: Write Posit Connect license to disk
7075
run: echo "$CONNECT_LICENSE" > ./integration/license.lic

0 commit comments

Comments
 (0)