Skip to content

Commit 28efdd2

Browse files
committed
Differentiate commands for travis
1 parent b3e3efe commit 28efdd2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ script:
1919
# build image
2020
- docker build -t threadrr/firefly-iii-arm32v6-raspberry-pi:build .
2121
# push image
22-
- >
23-
export TAG=$TRAVIS_TAG
24-
docker login -u="$DOCKER_USER" -p="$DOCKER_PASS"
25-
docker tag threadrr/firefly-iii-arm32v6-raspberry-pi:build threadrr/firefly-iii-arm32v6-raspberry-pi:$TAG
26-
docker tag threadrr/firefly-iii-arm32v6-raspberry-pi:build threadrr/firefly-iii-arm32v6-raspberry-pi:latest
27-
docker push threadrr/firefly-iii-arm32v6-raspberry-pi:$TAG
28-
docker push threadrr/firefly-iii-arm32v6-raspberry-pi:latest
22+
- export TAG=$TRAVIS_TAG
23+
- docker login -u="$DOCKER_USER" -p="$DOCKER_PASS"
24+
- docker tag threadrr/firefly-iii-arm32v6-raspberry-pi:build threadrr/firefly-iii-arm32v6-raspberry-pi:$TAG
25+
- docker tag threadrr/firefly-iii-arm32v6-raspberry-pi:build threadrr/firefly-iii-arm32v6-raspberry-pi:latest
26+
- docker push threadrr/firefly-iii-arm32v6-raspberry-pi:$TAG
27+
- docker push threadrr/firefly-iii-arm32v6-raspberry-pi:latest

0 commit comments

Comments
 (0)