Skip to content

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

@partounian

Description

@partounian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions