We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50f005 commit 8f19adcCopy full SHA for 8f19adc
.github/workflows/build_dockerfile_on_release.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Build new docker image
54
shell: bash
55
run: |
56
- docker build --no-cache -f repo1/environments/illumina/Dockerfile -t artic-ncov2019-illumina:latest .
+ docker build --no-cache -f illumina/Dockerfile -t artic-ncov2019-illumina:latest .
57
# - name: Push Docker image to Dockerhub
58
# shell: bash
59
# run: |
0 commit comments