diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f10a91d..5236a6d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,3 +19,9 @@ jobs: - name: Push Docker Image run: docker push gitea.chatgqt.top/gqt/test-ci:latest + + - name: Link Package to Repository + run: | + curl -s -X POST \ + -u "${{ gitea.actor }}:${{ secrets.REGISTRY_TOKEN }}" \ + "https://gitea.chatgqt.top/api/v1/packages/gqt/container/test-ci/-/link/test-ci"