Update roles/demolamp/tasks/build.yml

This commit is contained in:
2024-02-23 17:23:29 +08:00
parent 3a22d496b3
commit 603679240e

View File

@@ -40,7 +40,7 @@
source: build source: build
tag: "{{ ansTagVer }}" tag: "{{ ansTagVer }}"
build: build:
path: "{{ build_root_abspath }}" path: "{{ pathTemp }}"
pull: false pull: false
push: yes push: yes
repository: "{{ demolamp.pushRepoName }}:{{ ansTagVer }}" repository: "{{ demolamp.pushRepoName }}:{{ ansTagVer }}"