Skip to content

Commit

Permalink
update pr.yaml to use environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinasolihin committed Jan 29, 2024
1 parent 3bd15b0 commit b3d1141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b3d1141

Please sign in to comment.