Skip to content

Commit 74fc015

Browse files
committed
fix: remove GHCR login — public images should pull without auth
1 parent b8dc9ad commit 74fc015

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/starter-smoke.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ jobs:
4545
fetch-depth: 1
4646
lfs: false
4747

48-
- name: Login to GHCR
49-
uses: docker/login-action@v3
50-
with:
51-
registry: ghcr.io
52-
username: ${{ github.actor }}
53-
password: ${{ secrets.GITHUB_TOKEN }}
54-
5548
- name: Run starter smoke tests
5649
working-directory: examples/integrations/${{ matrix.starter }}
5750
env:

0 commit comments

Comments
 (0)