Skip to content

Commit 58a19e1

Browse files
authored
Merge pull request #156 from k3s-io/dependabot/github_actions/docker/metadata-action-5
🌱 Bump docker/metadata-action from 4 to 5
2 parents a22a9d9 + 565228e commit 58a19e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Docker ${{ matrix.target }} metadata
4747
id: meta
48-
uses: docker/metadata-action@v4
48+
uses: docker/metadata-action@v5
4949
with:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
images: ${{ env.REGISTRY }}/${{ matrix.target }}-controller
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Docker ${{ matrix.target }} metadata
116116
id: meta
117-
uses: docker/metadata-action@v4
117+
uses: docker/metadata-action@v5
118118
with:
119119
github-token: ${{ secrets.GITHUB_TOKEN }}
120120
images: |

0 commit comments

Comments
 (0)