Added mirror registry to Python plugin

This commit is contained in:
parra 2022-09-16 21:50:38 +02:00
parent d163faedcd
commit 1dd29d6658
1 changed files with 4 additions and 1 deletions

View File

@ -3,11 +3,14 @@ name: build
steps:
- name: Build
image: python:3
image: registry.cuzo.dev/library/python:3
commands:
- pip install -r requirements.txt
# - pytest
image_pull_secrets:
- PRIVATE_DOCKER_REGISTRY
trigger:
event:
- push