mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 14:47:55 +03:00
travis.ci fix
This commit is contained in:
parent
b454de86e2
commit
94f7a4c633
28
.travis.yml
28
.travis.yml
@ -35,20 +35,6 @@ matrix:
|
||||
- docker build --compress -t epicmorg/nextcloud:latest nextcloud
|
||||
- docker push epicmorg/nextcloud:latest
|
||||
|
||||
##########
|
||||
|
||||
- name: qBitTorrent [latest + unstable + stable]
|
||||
script:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- docker build --compress -t epicmorg/qbittorrent:latest qbittorrent/latest
|
||||
- docker push epicmorg/qbittorrent:latest
|
||||
|
||||
- docker build --compress -t epicmorg/qbittorrent:unstable qbittorrent/latest
|
||||
- docker push epicmorg/qbittorrent:unstable
|
||||
|
||||
- docker build --compress -t epicmorg/qbittorrent:stable qbittorrent/stable
|
||||
- docker push epicmorg/qbittorrent:stable
|
||||
|
||||
#########################################
|
||||
#### Our High priority images
|
||||
#########################################
|
||||
@ -145,6 +131,20 @@ matrix:
|
||||
- docker build --compress -t epicmorg/jira:latest-jdk11 -f atlassian/jira/latest/Dockerfile.jdk11 atlassian/jira/latest
|
||||
- docker push epicmorg/jira:latest-jdk11
|
||||
|
||||
##########
|
||||
|
||||
- name: qBitTorrent [latest + unstable + stable]
|
||||
script:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- docker build --compress -t epicmorg/qbittorrent:latest qbittorrent/latest
|
||||
- docker push epicmorg/qbittorrent:latest
|
||||
|
||||
- docker build --compress -t epicmorg/qbittorrent:unstable qbittorrent/latest
|
||||
- docker push epicmorg/qbittorrent:unstable
|
||||
|
||||
- docker build --compress -t epicmorg/qbittorrent:stable qbittorrent/stable
|
||||
- docker push epicmorg/qbittorrent:stable
|
||||
|
||||
#########################################
|
||||
#### Our Bitbucket images
|
||||
#########################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user