Skip to content

Commit 958c798

Browse files
Update docker/metadata-action action to v4.6.0 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be158a1 commit 958c798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-matrix-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
200200
- name: Extract Docker metadata
201201
id: meta-it
202-
uses: docker/metadata-action@v4.1.1
202+
uses: docker/metadata-action@v4.6.0
203203
with:
204204
images: runtime
205205

@@ -245,7 +245,7 @@ jobs:
245245

246246
- name: Extract Docker metadata
247247
id: meta
248-
uses: docker/metadata-action@v4.1.1
248+
uses: docker/metadata-action@v4.6.0
249249
with:
250250
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}_${{ matrix.module }}
251251
flavor: |

0 commit comments

Comments
 (0)