Skip to content

Commit 58b90b4

Browse files
committed
fix ci.yml
1 parent a6a8463 commit 58b90b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
working-directory: ${{ matrix.major }}/${{ matrix.os }}
2121
run: |
2222
echo "repository=${GITHUB_ACTOR}/$(basename ${GITHUB_REPOSITORY})" >> $GITHUB_OUTPUT
23-
echo "version=$(grep -oE 'PYTHON_VERSION [0-9].[0-9]+.[0-9]+' Dockerfile | grep -oE '[0-9].[0-9]+.[0-9]+')" >> $GITHUB_OUTPUT
23+
echo "version=$(grep -oE 'PYTHON_VERSION=[0-9].[0-9]+.[0-9]+' Dockerfile | grep -oE '[0-9].[0-9]+.[0-9]+')" >> $GITHUB_OUTPUT
2424
echo "workdir=${{ matrix.major }}/${{ matrix.os }}" >> $GITHUB_OUTPUT
2525
- name: Set Docker meta
2626
id: meta

0 commit comments

Comments
 (0)