We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a8463 commit 58b90b4Copy full SHA for 58b90b4
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
working-directory: ${{ matrix.major }}/${{ matrix.os }}
21
run: |
22
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
+ echo "version=$(grep -oE 'PYTHON_VERSION=[0-9].[0-9]+.[0-9]+' Dockerfile | grep -oE '[0-9].[0-9]+.[0-9]+')" >> $GITHUB_OUTPUT
24
echo "workdir=${{ matrix.major }}/${{ matrix.os }}" >> $GITHUB_OUTPUT
25
- name: Set Docker meta
26
id: meta
0 commit comments