From 265b91c1eafcb20957809987bff5c326f159c39c Mon Sep 17 00:00:00 2001 From: Mike Richards Date: Wed, 17 Jan 2024 15:23:43 -0800 Subject: [PATCH] py_version => matrix.py_version --- .github/workflows/update-base-python-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-base-python-images.yaml b/.github/workflows/update-base-python-images.yaml index e7df5b1..cd2f9fa 100644 --- a/.github/workflows/update-base-python-images.yaml +++ b/.github/workflows/update-base-python-images.yaml @@ -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 }}"