mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 18:25:00 -06:00
Do actual build
This commit is contained in:
parent
e55fd968cf
commit
3a0eb5a428
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user