mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-11-09 14:50:07 +00:00
Fix: Image may not contain uppercase letters
This commit is contained in:
parent
61d11e6832
commit
0f3549be9d
2 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
9885fdbc80deb95c4f15c52983b812fca7c06cbe2a02db893e0786638922bcad docker2aci.sh
|
||||
7667227aa6cbc823618cf4ffb2483e552823a911f6baac7c558b6803c478bd55 docker2aci.sh
|
||||
baae3f7cfe082d64882bdc2ec914962434f88bf18985ec0accdb74f36c6cb645 golang.sh
|
||||
|
|
|
@ -41,8 +41,8 @@ set -x
|
|||
curl -sL https://github.com/appc/docker2aci/releases/download/v0.14.0/docker2aci-v0.14.0.tar.gz | \
|
||||
tar -xvz -f - --wildcards --strip-components=1 '*/docker2aci'
|
||||
|
||||
docker build -t "${GHUSER}/${REPO}:${VERSION}" ${DOCKERFILE_PATH}
|
||||
docker save -o build.docker "${GHUSER}/${REPO}:${VERSION}"
|
||||
docker build -t ${DOCKER_IMAGE} ${DOCKERFILE_PATH}
|
||||
docker save -o build.docker ${DOCKER_IMAGE}
|
||||
|
||||
./docker2aci build.docker
|
||||
|
||||
|
|
Loading…
Reference in a new issue