Content-Length: 213325 | pFad | http://github.com/bluet/vback/commit/7e632e2842e70da0271134a257ff73d1e857d3de

EE fix docker-build.sh · bluet/vback@7e632e2 · GitHub
Skip to content

Commit

Permalink
fix docker-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bluet committed Aug 24, 2022
1 parent 17d2128 commit 7e632e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

VERSION=1.0.1
VERSION=1.0.2

docker build -t bluet/vback .
docker build --pull -t bluet/vback .
docker scan bluet/vback:latest

docker tag bluet/vback:latest bluet/vback:${VERSION}
Expand All @@ -18,7 +18,7 @@ docker buildx create --use
while true; do
read -p "Have I Updated VERSION Info? (Is current VERSION=${VERSION} ?) [y/N]" yn
case $yn in
[Yy]* ) docker buildx build -t bluet/vback:latest -t bluet/vback:${VERSION} --platform linux/amd64,linux/arm64/v8,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6 --push .; break;;
[Yy]* ) docker buildx build -t bluet/vback:latest -t bluet/vback:${VERSION} --platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x,linux/riscv64 --push .; break;;
[Nn]* ) exit;;
* ) echo "";;
esac
Expand Down

0 comments on commit 7e632e2

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/bluet/vback/commit/7e632e2842e70da0271134a257ff73d1e857d3de

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy