You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have a project with a docker build push action on the workflow
enable the runs on pull requests
have a pull request, the build push action fails with 403
Expected behaviour
The push works with the tag :pr-123 into the target repository
Actual behaviour
Login into registry works with ${github.actor}
Push should go to target repository, but fails. Error: buildx failed with: ERROR: failed to solve: failed to push ghcr.io/josh-xt/agixt:pr-499: unexpected status: 403 Forbidden
Troubleshooting
Before submitting a bug report please read the Troubleshooting doc.
=> Thanks, i added the debug flag
Behaviour
Steps to reproduce this issue
Expected behaviour
The push works with the tag
:pr-123
into the target repositoryActual behaviour
Login into registry works with
${github.actor}
Push should go to target repository, but fails.
Error: buildx failed with: ERROR: failed to solve: failed to push ghcr.io/josh-xt/agixt:pr-499: unexpected status: 403 Forbidden
Configuration
https://github.com/Josh-XT/AGiXT/actions/runs/5111667183/jobs/9188888271?pr=499
https://github.com/Josh-XT/AGiXT/blob/main/.github/workflows/publish-docker.yml
https://github.com/localagi/AI-pipeline/blob/main/.github/workflows/operation-docker-build-publish.yml
logs_2922.zip
The text was updated successfully, but these errors were encountered: