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.3

This commit is contained in:
Ryan 2017-09-15 21:38:55 +02:00
parent 6f59b8bfc1
commit 678c92141b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.26.2 0.26.3

View File

@ -23,5 +23,5 @@ git push --tags
docker tag $USERNAME/$IMAGE:latest $USERNAME/$IMAGE:$version docker tag $USERNAME/$IMAGE:latest $USERNAME/$IMAGE:$version
# push it # push it
docker push $USERNAME/$IMAGE:latest sudo docker push $USERNAME/$IMAGE:latest
docker push $USERNAME/$IMAGE:$version docker push $USERNAME/$IMAGE:$version