docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

Push without tagging invocation image #506

Closed simonferquel closed 5 years ago

simonferquel commented 5 years ago

- What I did

Changed the push logic to avoid tagging the invocation image

- How I did it

Docker push cannot push an image without tagging it. This changes the push logic by:

- How to verify it

e2e-tests cover that. unit tests for this seems overly complicated to do. Maybe @silvin-lubecki has an idea how to do that