ForgeRock / ds-operator

ForgeRock Directory Service Operator
Other
8 stars 13 forks source link

Use Github actions instead of gcb #30

Closed jrcast closed 3 years ago

jrcast commented 3 years ago

We should use GitHub actions to run the our builds. These run automatically in GH PRs (no need to type /gcbrun) and are 100% free (at least for now)

jrcast commented 3 years ago

After further observation, we're using GCR to store the docker images. While it is possible to create a GCP service account and use it in GH actions, we've decided to close this ticket and keep things as they are for now.

We'll revisit this later if something changes.