mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-13 02:07:47 +08:00
Update .travis.yml
This commit is contained in:
parent
2f81c4c5b1
commit
75cf2c4953
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ script:
|
|||
- docker build -t $REPO:$COMMIT-$ARCH -f Dockerfile.$ARCH .
|
||||
after_success:
|
||||
- docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
- if [ "$ARCH" == "amd64" ]; then docker tag $REPO:$COMMIT $REPO:latest; fi
|
||||
- if [ "$ARCH" == "amd64" ]; then docker tag $REPO:$COMMIT-$ARCH $REPO:latest; fi
|
||||
- docker tag $REPO:$COMMIT-$ARCH $REPO:$ARCH-latest
|
||||
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then docker push $REPO; fi
|
||||
|
|
Loading…
Reference in a new issue