You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current version of the master, AWS codebuild will ALWAYS build the image for each PR.
This is a problem since:
1- The image that is built is untested.
2- That image will be used by ALL the environments if we need to redeploy one environment.
Possible solution:
Add some conditions to make sure that only tested and valid images are built and pushed to the Dockerhub server.
The text was updated successfully, but these errors were encountered:
In the current version of the master, AWS codebuild will ALWAYS build the image for each PR.
This is a problem since:
1- The image that is built is untested.
2- That image will be used by ALL the environments if we need to redeploy one environment.
Possible solution:
Add some conditions to make sure that only tested and valid images are built and pushed to the Dockerhub server.
The text was updated successfully, but these errors were encountered: