Skip to content

Commit

Permalink
Merge branch 'create-dockerfile' of github.com:UBC-MDS/mushroom_class…
Browse files Browse the repository at this point in the history
…ifier into create-dockerfile
  • Loading branch information
bfrizzell01 committed Nov 26, 2024
2 parents 630c2c4 + 4ffee67 commit 94530e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ name: Publish Docker image
on:
workflow_dispatch:
push:
branches:
- main
- create-dockerfile
paths:
- 'Dockerfile'
- 'conda-linux-64.lock'
Expand Down Expand Up @@ -42,4 +45,4 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 94530e2

Please sign in to comment.