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
Fix Make targets with registry orgs containing slashes
Replace '/' with '-' in registry names for Make target names to avoid
invalid targets like img.release.publish.ghcr.io/rossigee.provider-gitea
where '/' is treated as a path separator.
The IMAGE variable remains unchanged for Docker operations.
Signed-off-by: Ross Golder <ross@golder.org>
0 commit comments