Added mirror registry to Python plugin
This commit is contained in:
parent
d163faedcd
commit
1dd29d6658
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue