Skip to content

Commit

Permalink
remove index flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarsoo committed Jul 28, 2024
1 parent e04a155 commit e1a6202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitea/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: publish
args: --manifest-path ./dnstp --index https://gitea.sheep-ghoul.ts.net/sarsoo/_cargo-index.git --registry sparse+https://git.lab.sarsoo.xyz/api/packages/${{ secrets.DOCKERHUB_USERNAME }}/cargo/ --token ${{ secrets.DOCKERHUB_TOKEN }}
args: --manifest-path ./dnstp --registry sparse+https://git.lab.sarsoo.xyz/api/packages/${{ secrets.DOCKERHUB_USERNAME }}/cargo/ --token ${{ secrets.DOCKERHUB_TOKEN }}

package:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e1a6202

Please sign in to comment.