We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e078b8e commit 6c0b592Copy full SHA for 6c0b592
.github/workflows/publish.yml
@@ -27,7 +27,8 @@ jobs:
27
- name: Build and push Docker image
28
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
29
with:
30
- context: ./containers/snakemake/
+ context: .
31
+ file: ./containers/snakemake/Dockerfile
32
push: true
33
tags: ${{ steps.meta.outputs.tags }}
34
labels: ${{ steps.meta.outputs.labels }}
0 commit comments