Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Feb 8, 2025
1 parent 5370f92 commit d40f36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project-documentation-versionless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
github_access_token: "${{ secrets.GITHUB_TOKEN }}"

- run: ./projects/documentation/run docker build versionless
- run: docker push ghcr.io/WiiLink24/documentation:versionless
- run: docker push ghcr.io/wiilink24/documentation:versionless
2 changes: 1 addition & 1 deletion projects/documentation/run
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ def "main docker build" [
] {
cd $script_directory_path

docker build -t $"ghcr.io/WiiLink24/documentation:($tag)" .
docker build -t $"ghcr.io/wiilink24/documentation:($tag)" .
}

0 comments on commit d40f36c

Please sign in to comment.