Closed Mallear closed 7 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
you managed to get it working?
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