2024-04-17 21:29:37 +00:00
|
|
|
name: Build container
|
|
|
|
|
|
|
|
on:
|
|
|
|
push
|
|
|
|
|
|
|
|
jobs:
|
2024-05-22 21:15:39 +00:00
|
|
|
Python-Test:
|
2024-05-22 21:27:16 +00:00
|
|
|
uses: jmaa/workflows/.gitea/workflows/python-test.yaml@v6.21
|
2024-05-22 21:15:39 +00:00
|
|
|
Python-Package:
|
|
|
|
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
|
2024-05-22 21:59:07 +00:00
|
|
|
secrets:
|
|
|
|
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
|
|
|
|
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}
|
2024-05-22 22:03:42 +00:00
|
|
|
with:
|
|
|
|
REGISTRY_DOMAIN: gitfub.space
|
2024-05-22 22:06:16 +00:00
|
|
|
REGISTRY_ORGANIZATION: Usagi-Keiretsu
|
2024-05-22 21:15:39 +00:00
|
|
|
Container-Package:
|
|
|
|
uses: jmaa/workflows/.gitea/workflows/container.yaml@v6.21
|
2024-04-17 21:29:37 +00:00
|
|
|
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:
|
2024-05-22 21:59:07 +00:00
|
|
|
REGISTRY_DOMAIN: gitfub.space
|
2024-05-22 22:06:16 +00:00
|
|
|
REGISTRY_ORGANIZATION: Usagi-Keiretsu
|