This commit is contained in:
Felix Fontein
2020-12-26 19:30:07 +01:00
committed by GitHub
parent 29992f1fbf
commit fa05ca3f63
3 changed files with 81 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_image - if ``push=true`` is used with ``repository``, and the image does not need to be tagged, still push. This can happen if ``repository`` and ``name`` are equal (https://github.com/ansible-collections/community.docker/issues/52, https://github.com/ansible-collections/community.docker/pull/53)."