prepare to release alpha
This commit is contained in:
parent
ccb1292b2d
commit
8cfe68ff55
10
release.sh
10
release.sh
|
|
@ -17,18 +17,18 @@ PACKAGE_VERSION=$(node -e 'console.log(require("./package").version)')
|
|||
|
||||
docker build --no-cache -t sitespeedio/sitespeed.io:$PACKAGE_VERSION -t sitespeedio/sitespeed.io:latest .
|
||||
docker push sitespeedio/sitespeed.io:$PACKAGE_VERSION
|
||||
docker push sitespeedio/sitespeed.io:latest
|
||||
# docker push sitespeedio/sitespeed.io:latest
|
||||
|
||||
docker build -t sitespeedio/sitespeed.io:$PACKAGE_VERSION-action --build-arg version=$PACKAGE_VERSION --file docker/github-action/Dockerfile .
|
||||
#docker build -t sitespeedio/sitespeed.io:$PACKAGE_VERSION-action --build-arg version=$PACKAGE_VERSION --file docker/github-action/Dockerfile .
|
||||
docker push sitespeedio/sitespeed.io:$PACKAGE_VERSION-action
|
||||
|
||||
docker build -t sitespeedio/sitespeed.io:$PACKAGE_VERSION-plus1 --build-arg version=$PACKAGE_VERSION --file docker/Dockerfile-plus1 .
|
||||
#docker build -t sitespeedio/sitespeed.io:$PACKAGE_VERSION-plus1 --build-arg version=$PACKAGE_VERSION --file docker/Dockerfile-plus1 .
|
||||
docker push sitespeedio/sitespeed.io:$PACKAGE_VERSION-plus1
|
||||
|
||||
# Update to latet version in the docs
|
||||
bin/sitespeed.js --version | tr -d '\n' > docs/_includes/version/sitespeed.io.txt
|
||||
#bin/sitespeed.js --version | tr -d '\n' > docs/_includes/version/sitespeed.io.txt
|
||||
|
||||
# Generate the help for the docs
|
||||
bin/sitespeed.js --help > docs/documentation/sitespeed.io/configuration/config.md
|
||||
#bin/sitespeed.js --help > docs/documentation/sitespeed.io/configuration/config.md
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue