Testing Dockge CLI in CI 2
This commit is contained in:
parent
be1416a74a
commit
bc5f43802f
3 changed files with 6 additions and 4 deletions
.forgejo/workflows
|
@ -68,10 +68,11 @@ jobs:
|
|||
auto-deploy-dockge:
|
||||
needs: [ build-site ]
|
||||
runs-on: docker
|
||||
if: success()
|
||||
container: nikolaik/python-nodejs:python3.11-nodejs21
|
||||
steps:
|
||||
- name: Configure pip
|
||||
uses: |
|
||||
run: |
|
||||
pip config set global.index-url https://pypi.org/simple
|
||||
pip config set global.extra-index-url https://forgejo.neshweb.net/api/packages/Firq/pypi/simple/
|
||||
pip config set global.timeout 60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue