Skip to content

Commit

Permalink
py_version => matrix.py_version
Browse files Browse the repository at this point in the history
  • Loading branch information
miker985 committed Jan 17, 2024
1 parent 39f17b4 commit 265b91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-base-python-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
-f images/python-base/Dockerfile \
-t "${{ env.image_uri }}:latest" \
-t "${{ env.image_uri }}:${{ steps.timestamp.value }}" \
--build-arg PYTHON_VERSION="${{ py_version }}"
--build-arg PYTHON_VERSION="${{ matrix.py_version }}"

0 comments on commit 265b91c

Please sign in to comment.