Commit 1f3a173
committed
fix: Filter only built images when tagging as latest in CD
Problem: docker compose config --images returns ALL images including
external ones (rabbitmq, appinsights, azurite) that are not built by us.
Attempting to tag these as 'latest' fails with 'No such image' error.
Solution: Filter images by DOCKER_USERNAME to only tag our built images
(ascoderu/opwenserver_app, ascoderu/opwenwebapp, etc.)
This fixes the CD pipeline failure when running release-docker target.1 parent fcb0dc3 commit 1f3a173
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments