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