Skip to content

Commit

Permalink
fix: rmv path for buildah (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbtf authored Sep 22, 2021
1 parent 3c481ff commit 2341a61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,17 @@ jobs:
snakefile: workflow/Snakefile
task: 'containerize'

- name: Debug print
run: |
pwd
ls -alh
- name: Build image
if: ${{ steps.release.outputs.release_created == 'true' }}
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: uncovar
context: /home/runner/work/snakemake-workflow-sars-cov2/snakemake-workflow-sars-cov2/
tags: latest ${{ env.VERSION }} ${{ github.sha }}
containerfiles: |
./Dockerfile
Expand Down

0 comments on commit 2341a61

Please sign in to comment.