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
Maybe can have an option or two to skip _aws_repo_exists() and _create_aws_ecr_repos(). Then one more option to not use the stages & just push the image, or cache set to min?
In one of my projects with microservices, the heavy JavaScript/Typescript projects seem to sometimes be faster with your action, however the Go projects are slower. Granted the Go projects build in the host machine then dockerfile effectively just "COPYs" the binary (and some misc folders) into a 2 stage dockerfile with 2nd being FROM scratch.
Maybe can have an option or two to skip
_aws_repo_exists()
and_create_aws_ecr_repos()
. Then one more option to not use the stages & just push the image, or cache set to min?In one of my projects with microservices, the heavy JavaScript/Typescript projects seem to sometimes be faster with your action, however the Go projects are slower. Granted the Go projects build in the host machine then dockerfile effectively just "
COPY
s" the binary (and some misc folders) into a 2 stage dockerfile with 2nd beingFROM scratch
.UPDATE:
Improvements here https://github.com/partounian/docker-build-with-cache-action
The text was updated successfully, but these errors were encountered: