From c8b444ff30b53aa1f14cab9de5e6fbe2a732ae63 Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Sat, 7 Oct 2023 01:55:43 -0400 Subject: [PATCH] Update Docker.yml --- .github/workflows/Docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Docker.yml b/.github/workflows/Docker.yml index d452b3a..26b6a34 100644 --- a/.github/workflows/Docker.yml +++ b/.github/workflows/Docker.yml @@ -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 @@ -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