newrelic-experimental / gha-new-relic-exporter

18 stars 14 forks source link

Custom docker image source #20

Closed Mallear closed 7 months ago

Mallear commented 8 months ago

Hello,

I want to use this action inside a big mono repo with a lot workflow running. As I am running self hosted running, I would like to cache/reuse the Docker image instead of re-building it for each run. Is there a way to specify a Docker image ?

Thanks

dpacheconr commented 8 months ago

Have you tried referencing it as docker container instead? https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions#referencing-a-container-on-docker-hub The image details https://github.com/newrelic-experimental/gha-new-relic-exporter/pkgs/container/gha-new-relic-exporter

dpacheconr commented 8 months ago

you managed to get it working?