Skip to content

Commit

Permalink
ci: fix container tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 24, 2024
1 parent aedd2f4 commit 6726c3e
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: ghcr.io/${{ github.repository }}-algo-checks:latest
image: ghcr.io/${{ github.repository }}-algo-checks:main
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down

0 comments on commit 6726c3e

Please sign in to comment.