-
Notifications
You must be signed in to change notification settings - Fork 56
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
add build docker image #29
base: master
Are you sure you want to change the base?
Conversation
Thanks for the contribution! Before we can merge this, we need @mrchypark to sign the Salesforce.com Contributor License Agreement. |
I signed license |
Any updates on this? It would be nice to have the image on dockerhub. |
id: docker_meta | ||
uses: crazy-max/[email protected] | ||
with: | ||
images: mrchypark/generic-sidecar-injector |
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.
I dont think that the main repo should have mrchypark
here. Maybe use a variable/secret instead?
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.
I would appreciate it if you could kindly provide me with the necessary repository address. I do not have authorization for the Salesforce organization. The changes I made were done using my personal account based on my needs, so please make the appropriate modifications.
add docker image build github action.
you need to change trigger setting and image name.
I prefer triggering tags startwith v and simver like v0.0.5 and now action set 0.0.5 image tag.
And you need to set docker hub secret name DOCKERHUB_USERNAME and DOCKERHUB_TOKEN.