1
0
personal-data/.gitea/workflows/container.yml
Jon Michael Aanes d149384dfd
Some checks failed
Build container / Python-Test (push) Successful in 23s
Build container / Python-Package (push) Successful in 21s
Build container / Container-Package (push) Failing after 16s
Usagi-Keiretsu org
2024-05-23 00:06:16 +02:00

27 lines
855 B
YAML

name: Build container
on:
push
jobs:
Python-Test:
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 }}
with:
REGISTRY_DOMAIN: gitfub.space
REGISTRY_ORGANIZATION: Usagi-Keiretsu
Container-Package:
uses: jmaa/workflows/.gitea/workflows/container.yaml@v6.21
secrets:
DOCKER_USERNAME: ${{ secrets.PIPY_REPO_USER }}
DOCKER_PASSWORD: ${{ secrets.PIPY_REPO_PASS }}
PIPELINE_WORKER_SSH_KEY: ${{ secrets.PIPELINE_WORKER_SSH_KEY }}
PIPELINE_WORKER_KNOWN_HOSTS: ${{ secrets.PIPELINE_WORKER_KNOWN_HOSTS }}
with:
REGISTRY_DOMAIN: gitfub.space
REGISTRY_ORGANIZATION: Usagi-Keiretsu