Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit a40440c

Browse files
authored
Merge pull request #640 from kubernetes-sigs/dependabot/github_actions/docker/metadata-action-5
🌱 Bump docker/metadata-action from 4 to 5
2 parents d15c7dd + 83982e9 commit a40440c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Docker meta
9191
id: docker_meta
92-
uses: docker/metadata-action@v4
92+
uses: docker/metadata-action@v5
9393
with:
9494
images: |
9595
${{ env.QUAY_REGISTRY }}/${{ env.IMAGE_NAME }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Docker meta
6161
id: docker_meta
62-
uses: docker/metadata-action@v4
62+
uses: docker/metadata-action@v5
6363
with:
6464
images: |
6565
${{ env.QUAY_REGISTRY }}/${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)