mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
docker_image: docs: won't be pushed to private registry without push parameter. (#19691)
This commit is contained in:
parent
2eb8f4cc70
commit
31526595c5
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ EXAMPLES = '''
|
||||||
path: ./sinatra
|
path: ./sinatra
|
||||||
name: registry.ansible.com/chouseknecht/sinatra
|
name: registry.ansible.com/chouseknecht/sinatra
|
||||||
tag: v1
|
tag: v1
|
||||||
|
push: yes
|
||||||
|
|
||||||
- name: Archive image
|
- name: Archive image
|
||||||
docker_image:
|
docker_image:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue