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

chore(release): correct ghcr repository directory #703

Closed
Tracked by #727
justinthelaw opened this issue Jul 1, 2024 · 0 comments · Fixed by #977 or #933
Closed
Tracked by #727

chore(release): correct ghcr repository directory #703

justinthelaw opened this issue Jul 1, 2024 · 0 comments · Fixed by #977 or #933
Assignees
Labels
tech-debt Not a feature, but still necessary

Comments

@justinthelaw
Copy link
Contributor

Describe what should be investigated or refactored

The target GHCR repository for all LeapfrogAI artifacts are 1 sub-directory off from the UDS package standard (Made for UDS).

For example:

  • WRONG: ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-api:0.8.0
  • RIGHT: ghcr.io/defenseunicorns/packages/uds/leapfrogai/leapfrogai-api:0.8.0

Links to any relevant code

Example UDS task for releasing to correct repository: https://github.com/defenseunicorns/uds-common/blob/main/tasks/publish.yaml

Additional context

Add any other context or screenshots about the technical debt here.

@justinthelaw justinthelaw added the tech-debt Not a feature, but still necessary label Jul 1, 2024
@justinthelaw justinthelaw linked a pull request Aug 7, 2024 that will close this issue
@justinthelaw justinthelaw linked a pull request Aug 7, 2024 that will close this issue
@justinthelaw justinthelaw assigned justinthelaw and unassigned YrrepNoj Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment