redhat-cop / github-actions

Collection of GitHub Actions implementations
Apache License 2.0
9 stars 15 forks source link

[disconnected-csv] - RFE - provide this action via prebuilt image #47

Open raffaelespazzoli opened 3 years ago

raffaelespazzoli commented 3 years ago

currently when this action is used a step is added to the pipeline to build the container for this action:

Build container for action use: '/home/runner/work/_actions/redhat-cop/github-actions/master/disconnected-csv/Dockerfile'.

please provide a way to use a prebuilt container, this will save time in every build.

sabre1041 commented 3 years ago

Support provided [Referencing a prebuilt container](by https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions#referencing-a-container-on-docker-hub)

Next step is to discuss naming convention for action images and to develop publishing process

sabre1041 commented 3 years ago

also see #50 for some similar efforts