Skip to content

Commit 474ff46

Browse files
chore(deps): update docker/metadata-action action to v6
1 parent a492b5f commit 474ff46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.GITHUB_TOKEN }}
4343
- name: Docker meta
4444
id: meta
45-
uses: docker/metadata-action@v5
45+
uses: docker/metadata-action@v6
4646
with:
4747
images: ghcr.io/${{ github.repository }}
4848
tags: |
@@ -87,7 +87,7 @@ jobs:
8787
password: ${{ secrets.GITHUB_TOKEN }}
8888
- name: Docker meta
8989
id: meta
90-
uses: docker/metadata-action@v5
90+
uses: docker/metadata-action@v6
9191
with:
9292
images: ghcr.io/${{ github.repository }}
9393
tags: |

0 commit comments

Comments
 (0)