Skip to content

Commit

Permalink
fix(ci): Pull the Docker image from nuttyartist's namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
guihkx committed Sep 12, 2024
1 parent 023f152 commit c71d680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if ! git diff --compact-summary --exit-code "${previous_ref}" -- 'Dockerfiles/${{ matrix.image }}'
then
needs_rebuild=true
elif ! docker pull '${{ env.REGISTRY }}/guihkx/notes:${{ matrix.image }}'
elif ! docker pull '${{ env.REGISTRY }}/nuttyartist/notes:${{ matrix.image }}'
then
needs_rebuild=true
else
Expand Down

0 comments on commit c71d680

Please sign in to comment.