Added docker pull

This commit is contained in:
CHIEFSOFT\ameye
2025-07-19 20:29:28 -04:00
parent 2b711c0f54
commit 7b8019de9c
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -18,6 +18,14 @@
shell:
chdir: "{{DESTINATION_FOLDER}}/"
cmd: docker login -u="merms" -p="may12002!" registry.chiefsoft.com
- name: docker pull image 1
shell:
cmd: docker push registry.chiefsoft.com/pweb/pweb-01-merms-pweb0001:latest
- name: docker pull image 2
shell:
cmd: docker push registry.chiefsoft.com/pweb/pweb-01-merms-pweb0001:latest
- name: docker compose up
shell:
+8
View File
@@ -20,6 +20,14 @@
chdir: "{{DESTINATION_FOLDER}}/"
cmd: docker login -u="merms" -p="may12002!" registry.chiefsoft.com
- name: docker pull image 1
shell:
cmd: docker push registry.chiefsoft.com/pweb/pweb-01-merms-pweb0001:latest
- name: docker pull image 2
shell:
cmd: docker push registry.chiefsoft.com/pweb/pweb-01-merms-pweb0001:latest
- name: docker compose up
shell:
chdir: "{{DESTINATION_FOLDER}}/"