Commit c2bf7dd authored Nov 30, 2021 Verified
File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Update docker for artic-ncov2019-illumina
1
+ name : Update docker for artic-ncov2019-illumina, artic-ncov2019-nanopore
2
2
3
3
on :
4
4
schedule :
5
5
- cron : ' 0 0 * * *'
6
6
push :
7
7
branches :
8
- - GHactions_37d2b7a
8
+ - nanopore_docker
9
9
jobs :
10
10
get-version :
11
11
runs-on : ubuntu-latest
87
87
constellations_VER=$(cat versions/constellations-latest-version.txt | sed 's|v||')
88
88
pangodesign_VER=$(cat versions/pangodesignation-latest-version.txt | sed 's|v||' )
89
89
docker build --no-cache -f environments/illumina/Dockerfile -t genomicmedicinesweden/gms-artic-illumina:latest -t genomicmedicinesweden/gms-artic-illumina:${{ steps.date.outputs.date }}-p-${REPO_VER}-L-${pangoLEARN_VER}-c-${constellations_VER}-d-${pangodesign_VER}-s-${scorpio_VER} .
90
-
90
+ #Build docker for nanopore
91
+ docker build --no-cache -f environments/nanopore/Dockerfile -t genomicmedicinesweden/gms-artic-nanopore:latest -t genomicmedicinesweden/gms-artic-nanopore:${{ steps.date.outputs.date }}-p-${REPO_VER}-L-${pangoLEARN_VER}-c-${constellations_VER}-d-${pangodesign_VER}-s-${scorpio_VER} .
92
+ #Build docker for pangolin-check for specific requirements
93
+ docker build --no-cache -f environments/nanopore/pangolin/Dockerfile -t genomicmedicinesweden/gms-artic-pangolin:latest -t genomicmedicinesweden/gms-artic-pangolin:${{ steps.date.outputs.date }}-p-${REPO_VER}-L-${pangoLEARN_VER}-c-${constellations_VER}-d-${pangodesign_VER}-s-${scorpio_VER} .
94
+
95
+
91
96
- name : Push Docker image to DockerHub
92
97
shell : bash
93
98
run : |
98
103
pangodesign_VER=$(cat versions/pangodesignation-latest-version.txt | sed 's|v||' )
99
104
docker image push genomicmedicinesweden/gms-artic-illumina:latest
100
105
docker image push genomicmedicinesweden/gms-artic-illumina:${{ steps.date.outputs.date }}-p-${REPO_VER}-L-${pangoLEARN_VER}-c-${constellations_VER}-d-${pangodesign_VER}-s-${scorpio_VER}
101
-
106
+ #Push to dockerhub for nanopore
107
+ docker image push genomicmedicinesweden/gms-artic-nanopore:latest
108
+ docker image push genomicmedicinesweden/gms-artic-nanopore:${{ steps.date.outputs.date }}-p-${REPO_VER}-L-${pangoLEARN_VER}-c-${constellations_VER}-d-${pangodesign_VER}-s-${scorpio_VER}
109
+ #Push to dockerhub for pangolin with specific requirements
110
+ docker image push genomicmedicinesweden/gms-artic-pangolin:latest
111
+ docker image push genomicmedicinesweden/gms-artic-pangolin:${{ steps.date.outputs.date }}-p-${REPO_VER}-L-${pangoLEARN_VER}-c-${constellations_VER}-d-${pangodesign_VER}-s-${scorpio_VER}
You can’t perform that action at this time.
0 commit comments