1
0

Adjustments to pipeline again
Some checks failed
Build container / Python-Package (push) Failing after 21s
Build container / Container-Package (push) Failing after 23s
Build container / Python-Test (push) Successful in 22s

This commit is contained in:
Jon Michael Aanes 2024-05-22 23:59:07 +02:00
parent 389c14f4a6
commit 8ec4774f44
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -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