Skip to content

Commit

Permalink
fixing cargo repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarsoo committed Jul 28, 2024
1 parent e87db6f commit d8441c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitea/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@ jobs:
[registry]
default = "sargit"
[registries.sargit]
index = "sparse+https://gitea.sheep-ghoul.ts.net/api/packages/${{ secrets.DOCKERHUB_USERNAME }}/cargo/"
[registries.gitea]
index = "sparse+https://git.sarsoo.xyz/api/packages/${{ secrets.DOCKERHUB_USERNAME }}/cargo/" # Sparse index
# index = "https://git.sarsoo.xyz/sarsoo/_cargo-index.git" # Git

[net]
git-fetch-with-cli = true
EOF

- name: Cargo Publish
Expand Down

0 comments on commit d8441c4

Please sign in to comment.