Work around bug in Docker 28.3.3 that prevents pushing to registry without authentication. (#1110)

This commit is contained in:
Felix Fontein
2025-08-03 15:19:16 +02:00
committed by GitHub
parent cfd59ac9e5
commit e1920d1cc7
3 changed files with 15 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
bugfixes:
- "docker_image, docker_image_push - work around a bug in Docker 28.3.3 that prevents pushing without authentication to a registry
(https://github.com/ansible-collections/community.docker/pull/1110)."