Skip to content

Commit 1dce6f3

Browse files
authored
Update docker_test_build.yml
1 parent bdc0fe7 commit 1dce6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_test_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- name: Build the Docker image
1818
run: |
19-
docker build . --file Dockerfile
19+
docker build . --file Dockerfile -t seqsender:latest
2020
docker images
2121
docker run -v $HOME:/data -t -d seqsender:latest --name seqsender

0 commit comments

Comments
 (0)