mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Do actual build
This commit is contained in:
@@ -7,7 +7,7 @@ echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|||||||
if [ "$TRAVIS_BRANCH" == "develop" ]; then
|
if [ "$TRAVIS_BRANCH" == "develop" ]; then
|
||||||
echo "Build develop $ARCH"
|
echo "Build develop $ARCH"
|
||||||
# > original command. docker build -t whoami --build-arg "arch=$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
|
#docker push jc5x/firefly-iii:develop
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user