Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmars committed Sep 14, 2024
1 parent 4420c6e commit 9f08f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/retag-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ while read tag; do
# tag okd image openshift also
if [ "$1" == "okd" ]; then
newtag=$(echo "$tag" | sed -r 's/okd/openshift/g')
docker pull $tag
docker tag $tag $newtag
echo "docker push $newtag"
docker push $newtag
Expand Down

0 comments on commit 9f08f65

Please sign in to comment.