From 50f452e63a9de8b09666b99c478f81b61f299f5d Mon Sep 17 00:00:00 2001 From: Felix Faerber Date: Tue, 21 Nov 2017 15:22:59 +0100 Subject: [PATCH] ci --- travis-build.sh | 2 +- travis-deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/travis-build.sh b/travis-build.sh index 2d02450..c67fadf 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -22,4 +22,4 @@ if [ -d tmp ]; then rm -rf tmp fi -docker build -t appsample --build-arg ARCH=$ARCH . +docker build -t ffaerber/appsample:build --build-arg ARCH=$ARCH . diff --git a/travis-deploy.sh b/travis-deploy.sh index 742d133..9399d81 100755 --- a/travis-deploy.sh +++ b/travis-deploy.sh @@ -3,7 +3,7 @@ set -e image="ffaerber/appsample" -docker tag appsample "$image:linux-$ARCH-$TRAVIS_TAG" +docker tag ffaerber/appsample:build "$image:linux-$ARCH-$TRAVIS_TAG" docker push "$image:linux-$ARCH-$TRAVIS_TAG" if [ "$ARCH" == "amd64" ]; then