-
Notifications
You must be signed in to change notification settings - Fork 97
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
Build docker images on all builds and publish on tag #328
Conversation
ac6d7b3
to
48653a1
Compare
48653a1
to
fa26e65
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.
as a future optimization: we can cache dockerize
and ko
if we download the executables and cache those in a temp directory ala buildevents: https://github.com/honeycombio/buildevents-orb/blob/main/orb.yml
Thanks for the suggestion - I've created #332 to track caching those 👍🏻 |
Forked builds will fail the publish_docker step because it tries to login to docker, but the username and password are in CircleCI secrets that are not shared on forked builds.
Which problem is this PR solving?
Forked builds will fail the
publish_docker
step because it tries to login to docker, but the username and password are in CircleCI secrets that are not shared on forked builds.Short description of the changes
Also includes some maintenance tasks for the circle config:
Known issue: