mirror of
https://github.com/9001/copyparty.git
synced 2026-03-22 16:13:11 +10:00
v1.20.11
This commit is contained in:
@@ -19,6 +19,8 @@ cmp 2 ../cver/2 || zlib=1
|
||||
cmp 3 ../cver/3 || ff=1
|
||||
echo zlib=$zlib ff=$ff
|
||||
|
||||
[ "$1" ] && exit
|
||||
|
||||
[ $zlib ] && { make zlib; cp -pv 1 2 ../cver/; }
|
||||
[ $ff ] && { make ff; cp -pv 3 ../cver/; }
|
||||
rm -rf cver2
|
||||
|
||||
@@ -194,6 +194,7 @@ filt=
|
||||
for i in $dhub_order; do
|
||||
printf '\ndockerhub %s\n' $i
|
||||
podman manifest push --all copyparty-$i copyparty/$i:$ver
|
||||
podman manifest push --all copyparty-$i copyparty/$i:beta
|
||||
podman manifest push --all copyparty-$i copyparty/$i:latest
|
||||
done &
|
||||
for i in $ghcr_order; do
|
||||
|
||||
Reference in New Issue
Block a user