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:
parent
ee326a8a5d
commit
239ff06089
6
build.sh
6
build.sh
@ -1,6 +0,0 @@
|
||||
set -ex
|
||||
|
||||
USERNAME=andthensome
|
||||
IMAGE=alpine-hugo-git-bash
|
||||
|
||||
sudo docker build -t $USERNAME/$IMAGE:latest .
|
@ -11,7 +11,7 @@ version=`cat VERSION`
|
||||
echo "version: $version"
|
||||
|
||||
# run build
|
||||
./build.sh
|
||||
sudo env IMAGE_NAME=$IMAGE sh ./hooks/build
|
||||
|
||||
# tag it
|
||||
git add -A
|
||||
|
Loading…
Reference in New Issue
Block a user