Merge "Add ability to override airship images prefix" into v2.0

This commit is contained in:
Zuul 2021-04-12 16:08:01 +00:00 committed by Gerrit Code Review
commit 09fdf6b7a1

View File

@ -38,6 +38,7 @@
NO_PROXY: "{{ proxy.noproxy }}"
USE_PROXY: "{{ proxy.enabled | lower }}"
DOCKER_REGISTRY: "{{ image_repo }}"
DOCKER_IMAGE_PREFIX: "{{ image_prefix | default('airshipit') }}"
target: images
- name: Push Image with Commit Tag
@ -50,4 +51,5 @@
NO_PROXY: "{{ proxy.noproxy }}"
USE_PROXY: "{{ proxy.enabled | lower }}"
DOCKER_REGISTRY: "{{ image_repo }}"
DOCKER_IMAGE_PREFIX: "{{ image_prefix | default('airshipit') }}"
target: images