bloaterbot/build.sh
2023-10-27 05:09:59 +00:00

8 lines
200 B
Bash
Executable file

###!/usr/bin/env bash
read -p 'Tag: ' tag
docker build --no-cache --progress=plain --tag bloaterbot:$(git log -1 --pretty=%h) --tag bloaterbot:$tag --build-arg=COMMIT=$(git log -1 --pretty=%h) .