mirror of
https://github.com/minio/minio.git
synced 2025-01-12 07:23:23 -05:00
Update docker build script to pull all changes (#19892)
This commit is contained in:
parent
069c4015cd
commit
c5141d65ac
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
|
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||||
|
|
||||||
|
remote=$(git remote get-url upstream)
|
||||||
|
if test "$remote" != "git@github.com:minio/minio.git"; then
|
||||||
|
echo "Script requires that the 'upstream' remote is set to git@github.com:minio/minio.git"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
git remote update upstream && git checkout master && git rebase upstream/master
|
||||||
|
|
||||||
release=$(git describe --abbrev=0 --tags)
|
release=$(git describe --abbrev=0 --tags)
|
||||||
|
|
||||||
docker buildx build --push --no-cache \
|
docker buildx build --push --no-cache \
|
||||||
|
Loading…
Reference in New Issue
Block a user