-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: Move to multiple distro and simplify ci #194
base: main
Are you sure you want to change the base?
Conversation
de6673d
to
9d9f60c
Compare
9d9f60c
to
8898dd4
Compare
.github/workflows/ci.yaml
Outdated
- name: Login to Docker | ||
uses: docker/login-action@v3 | ||
with: | ||
registry: docker.io | ||
username: ${{ secrets.OTELCOMM_DOCKERHUB_USERNAME }} | ||
password: ${{ secrets.OTELCOMM_DOCKERHUB_PASSWORD }} |
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.
Do we need this step? My naive thinking is that this workflow would never need to log into docker as it won't publish anything and the built image will only be used locally. Am I missing something?
I am mainly thinking that we have a risk of accidentally publishing something and without the rc
in the image name, it would end up in a public repo looking like an official release?
- newrelic/nr-otel-collector:{{ .Version }}-amd64 | ||
- newrelic/nr-otel-collector:latest-amd64 | ||
extra_files: | ||
- config.yaml |
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.
Unless I am missing something, this doesn't align with the current naming and location of the configs? Either the default config would need to be moved up one level to the distro folder or this references the specific config which will be the default
8898dd4
to
b8eea61
Compare
9548f31
to
e898a3c
Compare
fdee542
to
bf1aa58
Compare
bf1aa58
to
83b61aa
Compare
83b61aa
to
21d8f03
Compare
No description provided.