Skip to content

Commit 0877218

Browse files
chore(deps): update docker/metadata-action action to v6
| datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | docker/metadata-action | v5 | v6 |
1 parent df4a313 commit 0877218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
username: ${{ github.repository_owner }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

38-
- uses: docker/metadata-action@v5
38+
- uses: docker/metadata-action@v6
3939
id: meta
4040
with:
4141
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)