Skip to content

Commit 8f19adc

Browse files
author
sofstam
committed
test
1 parent d50f005 commit 8f19adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_dockerfile_on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build new docker image
5454
shell: bash
5555
run: |
56-
docker build --no-cache -f repo1/environments/illumina/Dockerfile -t artic-ncov2019-illumina:latest .
56+
docker build --no-cache -f illumina/Dockerfile -t artic-ncov2019-illumina:latest .
5757
# - name: Push Docker image to Dockerhub
5858
# shell: bash
5959
# run: |

0 commit comments

Comments
 (0)