diff --git a/buildscripts/releaseSupportedAlpineImages.sh b/buildscripts/releaseSupportedAlpineImages.sh index 4d1b5eb..c55dfd9 100755 --- a/buildscripts/releaseSupportedAlpineImages.sh +++ b/buildscripts/releaseSupportedAlpineImages.sh @@ -15,8 +15,8 @@ function pushImage() { local tagname=$1 local repository=$2 - docker push $repository/blacklabelops/logrotate:$tagname + docker push blacklabelops/logrotate:$tagname } -pushImage latest $PUSH_REPOSITORY -pushImage $PUSH_IMAGE_VERSION $PUSH_REPOSITORY +pushImage latest +pushImage $PUSH_IMAGE_VERSION