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

Adding publishing workflow #73

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

jpodivin
Copy link
Collaborator

@jpodivin jpodivin commented Oct 4, 2024

No description provided.

file: Containerfile.cuda
push: ${{ github.event_name != 'pull_request' && contains(github.ref, 'refs/tags/') }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

i think we may need to append -cuda somewhere here to the image name

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good point. I'm not 100% certain if the way I'm trying with suffix will work. But I think it should. Worst case scenario I'll fix it in the followup.

Separate tags for cuda and non-cuda image.

Cosign setup

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Copy link
Collaborator

@TomasTomecek TomasTomecek left a comment

Choose a reason for hiding this comment

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

Thanks!

This looks like it could work, let's give it a go.

@jpodivin jpodivin merged commit 5cc2ada into fedora-copr:main Oct 7, 2024
3 checks passed
@jpodivin jpodivin deleted the publishimage branch October 7, 2024 08: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