add version to docker image
This commit is contained in:
parent
f2a535a4f4
commit
3c33244cd9
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
- name: Ensure container for entities validation service is running
|
||||
docker_container:
|
||||
name: entities_validation_svc
|
||||
image: netz39/entities_validation_svc
|
||||
image: netz39/entities_validation_svc:v1.0.0
|
||||
pull: true
|
||||
state: started
|
||||
detach: yes
|
||||
|
|
Loading…
Reference in a new issue