Skip to content
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

Support testing package publishing workflows in forks #13153

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

trask
Copy link
Member

@trask trask commented Jan 31, 2025

@trask trask requested a review from a team as a code owner January 31, 2025 21:05
@@ -18,18 +18,20 @@ tasks {
from("Dockerfile")
}

val repo = System.getenv("GITHUB_REPOSITORY") ?: "open-telemetry/opentelemetry-java-instrumentation"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

defaulting isn't needed in CI, but added in case someone is testing publishing locally with their own credentials(?) or maybe that's not good and I should just not default?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realized these tags are also used when just building local docker image, so makes sense to keep the defaults I think

@trask trask merged commit 551075f into open-telemetry:main Feb 3, 2025
79 checks passed
@trask trask deleted the support-forks branch February 3, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants