Do actual build

This commit is contained in:
James Cole 2019-02-08 17:31:32 +01:00
parent e55fd968cf
commit 3a0eb5a428

View File

@ -7,7 +7,7 @@ echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
if [ "$TRAVIS_BRANCH" == "develop" ]; then
echo "Build develop $ARCH"
# > original command. docker build -t whoami --build-arg "arch=$ARCH" .
#docker build -t jc5x/firefly-iii:develop -f Dockerfile --build-arg "arch=$env:ARCH" .
docker build -t jc5x/firefly-iii:develop-$ARCH -f Dockerfile.$ARCH --build-arg "arch=$ARCH" .
#docker push jc5x/firefly-iii:develop
fi