4 lines
150 B
Bash
Executable file
4 lines
150 B
Bash
Executable file
TAG=$(git rev-parse --short HEAD)$(test -n "$(git status --porcelain)" && echo -dirty)
|
|
REPO=quay.io/quay/quay:$TAG
|
|
docker build -t $REPO .
|
|
echo $REPO
|