Skip to content

Commit

Permalink
make sure conda activates in plot
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Oct 9, 2020
1 parent 85235e1 commit 2888e3f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ jobs:
*.yaml
#------------------------------------------------------------------------#
# Plot environment
- name: build docker image
#- name: build docker image
# if: contains(${{ steps.git-diff.outputs.diff }}, "workflow/envs/plot/plot.yaml") || contains(${{ steps.git-diff.outputs.diff }}, "workflow/envs/plot/Dockerfile")
run:
cd workflow/envs/plot;
docker build --no-cache . -t ktmeaton/plague-phylogeography:plot;
# run:
# cd workflow/envs/plot;
# docker build --no-cache . -t ktmeaton/plague-phylogeography:plot;

- name: push to Docker Hub
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: ktmeaton/plague-phylogeography:plot
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
dockerfile: workflow/envs/plot/Dockerfile

0 comments on commit 2888e3f

Please sign in to comment.