mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
9 lines
144 B
Bash
Executable file
9 lines
144 B
Bash
Executable file
#!/bin/sh
|
|
|
|
VERSION=$(git rev-parse --verify --short HEAD)
|
|
|
|
docker build \
|
|
-t slynn1324/tinypin \
|
|
--build-arg VERSION=$VERSION \
|
|
.
|
|
|