Update roles/demolamp/tasks/build.yml

This commit is contained in:
2024-02-23 12:47:26 +08:00
parent 16eaeafdce
commit 19fd631e99

View File

@@ -24,7 +24,7 @@
- name: Remove the docker image for demolamp if exists
community.docker.docker_image:
name: "demolamp"
tag: "{{ demobackend_version }}"
tag: "{{ ansTagVer }}"
state: absent
- name: Docker login to ECV private repository if not pull from local registry
@@ -39,7 +39,7 @@
community.docker.docker_image:
name: demolamp
source: build
tag: "{{ demobackend_version }}"
tag: "{{ ansTagVer }}"
build:
path: "{{ build_root_abspath }}"
pull: false