File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments