Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Feature request: publish prebuilt Docker image to Docker Hub to speed up the GitHub Action #111

Description

@hallee

Hi, thanks for making this available as a GitHub Action!

Unfortunately it has to run the builder steps of your Dockerfile on each run, which can take 7+ minutes on my GitHub Action instances.

GitHub Actions supports prebuilt Docker images and is much faster using them. If you had a prebuilt Docker image on Docker Hub this would probably run in a few seconds.

https://help.github.com/en/actions/building-actions/metadata-syntax-for-github-actions#runsimage

The value can be the Docker base image name, a local Dockerfile in your repository, or a public image in Docker Hub

I'd open a PR to help with this, but seems like you'll need to set up a Docker Hub user for this project so there's not much I can do.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions