Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slower than docker/build-push-action@v5 in certain situations (using ECR) #155

Open
partounian opened this issue Jan 10, 2024 · 0 comments

Comments

@partounian
Copy link

partounian commented Jan 10, 2024

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.

UPDATE:

Improvements here https://github.com/partounian/docker-build-with-cache-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant