Update .gitea/workflows/ci.yml
This commit is contained in:
parent
3ad8773dec
commit
0804c24eca
@ -48,5 +48,5 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PAT }}
|
||||
- name: Release
|
||||
run: curl --user -H "Authorization: token ${{ secrets.GT_API_PAT }}" -v --upload-file build/application https://git.iohub.dev/api/packages/dany/generic/test_package/1.0.0/application
|
||||
run: curl --header "Authorization: token ${{ secrets.GT_API_PAT }}" -v --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