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 be158a1 commit 958c798Copy full SHA for 958c798
.github/workflows/docker-matrix-wheels.yml
@@ -199,7 +199,7 @@ jobs:
199
200
- name: Extract Docker metadata
201
id: meta-it
202
- uses: docker/metadata-action@v4.1.1
+ uses: docker/metadata-action@v4.6.0
203
with:
204
images: runtime
205
@@ -245,7 +245,7 @@ jobs:
245
246
247
id: meta
248
249
250
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}_${{ matrix.module }}
251
flavor: |
0 commit comments