Skip to content

Commit

Permalink
ci: hard code registry
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 24, 2024
1 parent e969b55 commit f748e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
check_yaml:
runs-on: ubuntu-latest
container:
image: ${{ github.repository }}-algo-checks
image: ghcr.io/${{ github.repository }}-algo-checks
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down

0 comments on commit f748e23

Please sign in to comment.