mirror of
https://github.com/skinnyrad/Lora-Scanner.git
synced 2026-03-28 17:43:00 +01:00
6 lines
231 B
Bash
Executable File
6 lines
231 B
Bash
Executable File
#!/bin/sh
|
|
|
|
LATEST_VERSION=`git ls-remote https://github.com/rpp0/gr-lora.git | grep HEAD | cut -f 1`
|
|
docker build -t rpp0/gr-lora --build-arg CACHEBUST=$LATEST_VERSION .
|
|
#docker tag rpp0/gr-lora:latest rpp0/gr-lora:$LATEST_VERSION
|