Adjustments to pipeline again
This commit is contained in:
parent
389c14f4a6
commit
8ec4774f44
|
@ -8,6 +8,9 @@ jobs:
|
|||
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.21
|
||||
Python-Package:
|
||||
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
|
||||
secrets:
|
||||
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
|
||||
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}
|
||||
Container-Package:
|
||||
uses: jmaa/workflows/.gitea/workflows/container.yaml@v6.21
|
||||
secrets:
|
||||
|
@ -16,5 +19,5 @@ jobs:
|
|||
PIPELINE_WORKER_SSH_KEY: ${{ secrets.PIPELINE_WORKER_SSH_KEY }}
|
||||
PIPELINE_WORKER_KNOWN_HOSTS: ${{ secrets.PIPELINE_WORKER_KNOWN_HOSTS }}
|
||||
with:
|
||||
DOCKER_REG_DOMAIN: gitfub.space
|
||||
DOCKER_ORG: jmaasoft
|
||||
REGISTRY_DOMAIN: gitfub.space
|
||||
REGISTRY_ORGANIZATION: jmaasoft
|
||||
|
|
Loading…
Reference in New Issue
Block a user