-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm chart #72
Helm chart #72
Conversation
if: steps.list-changed.outputs.changed == 'true' | ||
|
||
- name: Build the testing kms-issuer docker image | ||
run: docker build -t ${IMG} . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we do a lot of building the docker image, creating kind clusters, etc. Might be nice if we could share some of this in a single workflow. Using caches between jobs?
runs-on: ubuntu-latest | ||
env: | ||
IMG: skyscanner/kms-issuer:dev | ||
CERT_MANAGER_VERSION: v1.8.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is the concept of environments in github actions. We could perhaps put this shared value there?
125c69e
to
dba3860
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
kustomize build config/default
Release
action to publish the helm charts to Github Pages