We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47da95f commit ed662acCopy full SHA for ed662ac
.github/workflows/scrape.yml
@@ -11,7 +11,7 @@ jobs:
11
scrape:
12
runs-on: ubuntu-latest
13
container:
14
- image: ghcr.io/${{ github.repository }}:main
+ image: ghcr.io/datamade/court-scrapers:main
15
credentials:
16
username: ${{ github.actor }}
17
password: ${{ secrets.github_token }}
0 commit comments