ploigos / ploigos-containers

Container image definitions for the Ploigos project.
GNU General Public License v3.0
6 stars 14 forks source link

create seperate github action workflow for pull requests #43

Open itewk opened 3 years ago

itewk commented 3 years ago

purpose

currently the same github action workflow is used for publishing and pull requests.

history

This was done to "make life easy" for images that are dependent on eachother so they can pull their dependent image from quay even for a PR.

issues

fix

create a new github workflow for pull reuquests that only uses local images (possibly having to pass them to/from depdent jobs) and doesn't do any publishing to quay.io thus allowing pull requests from forked repositories