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

Publish SimApp Docker image to GHCR #72

Open
rootulp opened this issue Jan 3, 2025 · 4 comments · Fixed by #179
Open

Publish SimApp Docker image to GHCR #72

rootulp opened this issue Jan 3, 2025 · 4 comments · Fixed by #179
Labels
help wanted Extra attention is needed nice to have

Comments

@rootulp
Copy link
Collaborator

rootulp commented Jan 3, 2025

Context

#70 and #48

Problem

I tried adding a GitHub action to build and push a SimApp Docker image but it fails with a 403.

Proposal

Identify why the GitHub action can't publish a Docker image to GHCR and resolve. cc: @MSevey

@rootulp rootulp added the help wanted Extra attention is needed label Jan 3, 2025
@rootulp
Copy link
Collaborator Author

rootulp commented Jan 3, 2025

Note in the meantime it is still possible to build and publish a SimApp Docker image using the make commands: make build-simapp-docker and make publish-simapp-docker.

@MSevey MSevey self-assigned this Feb 26, 2025
@MSevey
Copy link
Member

MSevey commented Feb 26, 2025

I added the .github repo with write access to the packages. This solved perms issues in the past for me.
LMK if this resolves the issue.

@rootulp
Copy link
Collaborator Author

rootulp commented Feb 26, 2025

Thanks! Will retry

@rootulp
Copy link
Collaborator Author

rootulp commented Feb 26, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed nice to have
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@rootulp @MSevey and others