1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

updated devops tool to use scratch image for cache

This commit is contained in:
Lee Brown
2019-08-06 19:40:11 -08:00
parent 17ed09708c
commit 3bb152a146
3 changed files with 17 additions and 6 deletions

View File

@ -20,5 +20,5 @@ if [[ $doPush == 1 ]]; then
docker push ${releaseImg}
fi
docker run --rm --entrypoint=cat ${releaseImg} /devops > devops
docker run --rm --entrypoint=cat ${releaseImg} /go/bin/devops > devops
chmod +x devops