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

[build] Fix crane append in Build #5

Merged
merged 1 commit into from
Aug 14, 2024
Merged

[build] Fix crane append in Build #5

merged 1 commit into from
Aug 14, 2024

Conversation

trofimovdals
Copy link
Contributor

If we have --new_tag "${{ inputs.module_source }}/${{ inputs.module_name }}"

crane manifest ghcr.io/trofimovdals/modules/
Error: fetching manifest ghcr.io/trofimovdals/modules/: GET https://ghcr.io/v2/trofimovdals/modules/manifests/latest: MANIFEST_UNKNOWN: manifest unknown

Need change to --new_tag "${{ inputs.module_source }}:${{ inputs.module_name }}"

crane ls ghcr.io/trofimovdals/modules/
test-module

Signed-off-by: Dmitry Trofimov <[email protected]>
@trofimovdals trofimovdals added bug Something isn't working and removed bug Something isn't working labels Aug 5, 2024
@trofimovdals trofimovdals changed the title [build] Fix crane append [build] Fix crane append in Build Aug 5, 2024
@nabokihms nabokihms merged commit ad8ac4c into main Aug 14, 2024
4 checks passed
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