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
Use GITHUB_ACTION_REPOSITORY for default Docker image name
GITHUB_REPOSITORY points to the caller's repository, not the action's own repository. Switch to GITHUB_ACTION_REPOSITORY so the default image correctly resolves to the action's GHCR package.
0 commit comments