mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
feat: use docker last git hash for docker image rev
This commit is contained in:
parent
f155f48888
commit
fd516fee56
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
REV=`git rev-parse --short HEAD`
|
REV=`git log -n 1 --pretty=format:%h -- docker/`
|
||||||
IMGNAME="uxbox"
|
IMGNAME="uxbox"
|
||||||
|
|
||||||
function kill-container {
|
function kill-container {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue