Skip to content

Commit

Permalink
Updates docker push temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
sedagundogdu committed Feb 11, 2025
1 parent bf64f42 commit 1d2afd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/push_images
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ while read -r line; do
fi
if [[ "${os}" = 'debian' ]] || [[ "${os}" = 'ubuntu' ]]; then
tag="${os}-${release}-all"
args+="push citus/${image_name}:${tag}\n"
args+="push microsoft/${image_name}:${tag}\n"
elif [[ "${os}" = 'centos' ]] || [[ "${os}" = 'fedora' ]] || [[ "${os}" = 'oraclelinux' ]] ||
[[ "${os}" = 'almalinux' ]] ; then
# redhat variants need an image for each PostgreSQL version
Expand All @@ -52,11 +52,11 @@ while read -r line; do
fi
pgshort=${pgversion//./}
tag="${os}-${release}-pg${pgshort}"
args+="push citus/${image_name}:${tag}\n"
args+="push microsoft/${image_name}:${tag}\n"
done
elif [[ "${os}" = 'pgxn' ]]; then
tag="${os}-all"
args+="push citus/${image_name}:${tag}\n"
args+="push microsoft/${image_name}:${tag}\n"
else
echo "$0: unrecognized OS -- ${os}" >&2
exit $badusage
Expand Down

0 comments on commit 1d2afd6

Please sign in to comment.