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
ci: push docker images to ghcr.io and keep latest off rc tags
Log in to ghcr.io alongside Docker Hub and publish the image to both
registries via docker/metadata-action's multi-image list. Replace the
default latest=auto flavor, which moves latest on every tag push, with
an explicit rule: only a non-prerelease tag (no 'rc', case-insensitive)
updates latest. The docker jobs gain packages:write for GHCR.
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
0 commit comments