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

[CI] Push snapshots on every merge, not only on release #442

Closed
andrewazores opened this issue Jul 18, 2024 · 1 comment · Fixed by #455
Closed

[CI] Push snapshots on every merge, not only on release #442

andrewazores opened this issue Jul 18, 2024 · 1 comment · Fixed by #455
Assignees
Labels

Comments

@andrewazores
Copy link
Member

andrewazores commented Jul 18, 2024

https://s01.oss.sonatype.org/content/repositories/snapshots/io/cryostat/cryostat-agent/

Here, there is only one snapshot available, which probably corresponds to https://github.com/cryostatio/cryostat-agent/releases/tag/early-access (?).

There should be snapshots continuously available like we do for cryostat-core: https://s01.oss.sonatype.org/content/repositories/snapshots/io/cryostat/cryostat-core/

https://github.com/cryostatio/cryostat-core/blob/87dd204478fd27eee65363949edbfa7acb11d789/.github/workflows/push-ci.yml#L31

We already have init container images that get published with each push to main, so keeping the Maven snapshots up to date as well only makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant