Added mirror registry to Python plugin

This commit is contained in:
parra 2022-09-16 21:50:38 +02:00
parent d163faedcd
commit 1dd29d6658

View file

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