Update .gitea/workflows/ci.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Gitea Actions Demo / tag-only-job (push) Successful in 17s

This commit is contained in:
dany 2024-07-24 17:03:24 +02:00
parent 8fbabca71b
commit 512e98c9b4

View File

@ -48,6 +48,5 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
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
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
- run: docker info