pull images when deploying
Some checks failed
Deploy Containers / Prepare (push) Failing after 5m21s
Some checks failed
Deploy Containers / Prepare (push) Failing after 5m21s
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
with_items:
|
||||
- "{{ data_dir }}/pocketid"
|
||||
|
||||
- name: Pull latest PocketID Docker Image
|
||||
docker_image:
|
||||
name: ghcr.io/pocket-id/pocket-id
|
||||
tag: v1
|
||||
source: pull
|
||||
|
||||
- name: Create PocketID Docker Container
|
||||
docker_container:
|
||||
name: pocketid
|
||||
|
||||
Reference in New Issue
Block a user