mirror of
https://github.com/amark/gun.git
synced 2025-06-05 13:46:43 +00:00
Dwitched to an older style git call, to get the repo URL
This commit is contained in:
parent
967bc972f7
commit
6d98b19c67
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
docker build --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
|
||||
--build-arg VCS_REF=`git rev-parse --short HEAD` \
|
||||
--build-arg VCS_URL=`git remote get-url origin` \
|
||||
--build-arg VCS_URL=`git config --get remote.origin.url` \
|
||||
--build-arg VERSION=$SOURCE_BRANCH -t $IMAGE_NAME .
|
||||
|
Loading…
x
Reference in New Issue
Block a user