We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712c3f8 commit d0ffe17Copy full SHA for d0ffe17
1 file changed
.github/workflows/stackhpc-container-image-build.yml
@@ -113,6 +113,11 @@ jobs:
113
needs:
114
- generate-tag
115
steps:
116
+ - name: Use Python 3.10
117
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
118
+ with:
119
+ python-version: '3.10'
120
+
121
- name: Install package dependencies
122
run: |
123
sudo apt update
@@ -164,7 +169,7 @@ jobs:
164
169
- name: Install Docker Python SDK
165
170
166
171
sudo pip install docker 'requests<2.32.0'
167
-
172
168
173
- name: Get Kolla tag
174
id: write-kolla-tag
175
run: echo "kolla-tag=${{ needs.generate-tag.outputs.openstack_release }}-${{ matrix.distro }}-${{ matrix.distro == 'rocky' && '9' || 'jammy' }}-${{ needs.generate-tag.outputs.datetime_tag }}" >> $GITHUB_OUTPUT
0 commit comments