F42: Update sync-script for f42
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
parent
bff3d8261d
commit
146a5e1e4b
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ arch_to_goarch() {
|
|||
# need to move the fedora:latest tag
|
||||
current_stable="40"
|
||||
# Define what is rawhide so we know to push that tag
|
||||
current_rawhide="41"
|
||||
current_rawhide="42"
|
||||
# Sanity checking
|
||||
if ! [[ "${1}" =~ ^-?[0-9]+$ ]];
|
||||
then
|
||||
|
|
@ -89,6 +89,7 @@ fi
|
|||
if [[ ${1} -eq "$current_rawhide" ]]; then
|
||||
tagname="rawhide"
|
||||
fi
|
||||
|
||||
if [[ -z "$stage" ]]; then
|
||||
registries=("registry.fedoraproject.org" "candidate-registry.fedoraproject.org" "quay.io/fedora")
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue