Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
updated file pathing
  • Loading branch information
kjwallace authored Nov 24, 2023
1 parent 9a913db commit 5993e60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
id: build-and-push-antiSMASH
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./cont_env/antismash/.
context: ./execution/bgc_annotation/src/antismash_Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta1.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -95,7 +95,7 @@ jobs:
id: build-and-push-BigSlice
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./cont_env/bigslice/.
context: ./execution/bgc_clustering/src/bigslice_Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta2.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -113,7 +113,7 @@ jobs:
id: build-and-push-mmseqs
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./cont_env/mmseqs/.
context: ./execution/bgc_taxonomy/src/mmseqs_Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta3.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 5993e60

Please sign in to comment.