Skip to content

Commit

Permalink
ENH: tag Docker image with latest Git revision
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 7, 2018
1 parent a495a22 commit 77375ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -5,4 +5,4 @@ set -euo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

docker build -f Dockerfile.local -t thewtex/krs-course:local $DIR
docker build -f Dockerfile.jupyterhub -t thewtex/krs-course:latest $DIR
docker build -f Dockerfile.jupyterhub -t thewtex/krs-course:$(git rev-parse HEAD | cut -c1-7) $DIR

0 comments on commit 77375ee

Please sign in to comment.