1
0
mirror of https://github.com/alrayyes/docker-alpine-hugo-git-bash synced 2023-11-14 15:56:26 +00:00

version 0.26.25

This commit is contained in:
Ryan 2017-09-16 09:57:40 +02:00
parent ee326a8a5d
commit 239ff06089
3 changed files with 2 additions and 8 deletions

View File

@ -1 +1 @@
0.26.18 0.26.25

View File

@ -1,6 +0,0 @@
set -ex
USERNAME=andthensome
IMAGE=alpine-hugo-git-bash
sudo docker build -t $USERNAME/$IMAGE:latest .

View File

@ -11,7 +11,7 @@ version=`cat VERSION`
echo "version: $version" echo "version: $version"
# run build # run build
./build.sh sudo env IMAGE_NAME=$IMAGE sh ./hooks/build
# tag it # tag it
git add -A git add -A