Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaerber committed Nov 21, 2017
1 parent b69552a commit 50f452e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
2 changes: 1 addition & 1 deletion travis-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50f452e

Please sign in to comment.