Fix latest manifest builder

This commit is contained in:
Aode (Lion) 2021-09-02 18:11:01 -05:00
parent 28bd2012b1
commit db76112847

4
docker/prod/build.sh Normal file → Executable file
View file

@ -56,7 +56,7 @@ fi
set -xe
sed -i "s/asonix/cloudns-client:.*/asonix/cloudns-client:$new_tag/" docker-compose.yml
sed -i "s/asonix\/cloudns-client:.*/asonix\/cloudns-client:$new_tag/" docker-compose.yml
git add docker-compose.yml
git commit -m "Version $new_tag"
@ -71,5 +71,5 @@ build_image $new_tag amd64 $push
if [ "$push" == "true" ]; then
./manifest.sh cloudns-client $new_tag
./manifest.sh latest
./manifest.sh cloudns-client latest
fi