Skip to content

Commit

Permalink
Update Docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Oct 7, 2023
1 parent 12835be commit c8b444f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
cd docker/
sed -i.bak 's/- python=3.8/- python=${{ matrix.cfg.python-version }}/g' environment.yaml
cat environment.yaml
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -45,8 +46,7 @@ jobs:
context: ./docker
#file: docker/Dockerfile
build-args: |
CondaFile=docker/environment.yaml
#push: true
CondaFile=environment.yaml
push: false
tags: ${{ matrix.cfg.tags }}
#tags: psi4/psi4:latest,psi4/psi4:1.8.0,psi4/psi4:1.8
Expand Down

0 comments on commit c8b444f

Please sign in to comment.