Skip to content

Commit 4a9f04b

Browse files
ci: remove ghcr login (#388)
Not needed because this repository only uses public images. Reverts #386.
1 parent 7efa52f commit 4a9f04b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

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

0 commit comments

Comments
 (0)