From b3d1141f739975a8a92cdc2fccb3e8a33a5138cc Mon Sep 17 00:00:00 2001 From: Dwina Date: Mon, 29 Jan 2024 10:51:00 -0800 Subject: [PATCH] update pr.yaml to use environment files --- .github/workflows/pr.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index becf652..61954b9 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -39,6 +39,8 @@ jobs: push: false build-args: | CONDA_VERSION=${{ env.CONDA_VERSION }} + echo "CONDA_VERSION=${CONDA_VERSION}" >> "$GITHUB_ENV" PYTHON_VERSION=${{ env.PYTHON_VERSION }} + echo "PYTHON_VERSION=${PYTHON_VERSION}" >> "$GITUB_ENV" tags: | ${{ env.IMAGE_SPEC }} \ No newline at end of file