Update .gitea/workflows/ci.yml
This commit is contained in:
parent
2ab6187348
commit
8fbabca71b
@ -49,7 +49,5 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PAT }}
|
||||
- name: Release
|
||||
run: |
|
||||
curl --user ${{ secrets.GT_API_USER }}:${{ secrets.GT_API_PAT }} \
|
||||
--upload-file build/application \
|
||||
https://git.iohub.dev/api/packages/dany/generic/test_package/1.0.0/application
|
||||
curl --user ${{ secrets.GT_API_USER }}:${{ secrets.GT_API_PAT }} --upload-file build/application https://git.iohub.dev/api/packages/dany/generic/test_package/1.0.0/application
|
||||
- run: docker info
|
Loading…
Reference in New Issue
Block a user