Skip to content

Commit ac1d985

Browse files
ci(tools): update docker/metadata-action action to v6 (#172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eee13b1 commit ac1d985

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker.yml

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

4242
- name: Docker meta
4343
id: meta
44-
uses: docker/metadata-action@v5
44+
uses: docker/metadata-action@v6
4545
with:
4646
github-token: ${{ secrets.GITHUB_TOKEN }}
4747
images: |

.github/workflows/v11.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |

.github/workflows/v17.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |

.github/workflows/v21.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |

.github/workflows/v8.yml

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

4747
- name: Docker meta
4848
id: meta
49-
uses: docker/metadata-action@v5
49+
uses: docker/metadata-action@v6
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
images: |

0 commit comments

Comments
 (0)