mirror of
https://github.com/searxng/searxng.git
synced 2025-08-07 09:01:28 -04:00
[enh] container: latest tag should be last (#5078)
With this change, the "latest" tag will be visually higher (on registry tag list). Right now, it appears under the "DOCKER_TAG" manifest tag, which can be confusing.
This commit is contained in:
parent
664aab0ec9
commit
3d96414482
@ -254,8 +254,8 @@ container.push() {
|
||||
podman pull "ghcr.io/$CONTAINER_IMAGE_ORGANIZATION/cache:$CONTAINER_IMAGE_NAME-${archs[$i]}${variants[$i]}"
|
||||
done
|
||||
|
||||
# Manifest tags
|
||||
release_tags=("latest" "$DOCKER_TAG")
|
||||
# Manifest tags ("latest" should be the last manifest)
|
||||
release_tags=("$DOCKER_TAG" "latest")
|
||||
|
||||
# Create manifests
|
||||
for tag in "${release_tags[@]}"; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user