Skip to content

Commit ed662ac

Browse files
Fix image pull
1 parent 47da95f commit ed662ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scrape.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
scrape:
1212
runs-on: ubuntu-latest
1313
container:
14-
image: ghcr.io/${{ github.repository }}:main
14+
image: ghcr.io/datamade/court-scrapers:main
1515
credentials:
1616
username: ${{ github.actor }}
1717
password: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)