Skip to content

Commit 6c0b592

Browse files
authored
Update publish.yml
1 parent e078b8e commit 6c0b592

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Build and push Docker image
2828
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
2929
with:
30-
context: ./containers/snakemake/
30+
context: .
31+
file: ./containers/snakemake/Dockerfile
3132
push: true
3233
tags: ${{ steps.meta.outputs.tags }}
3334
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)