chore(deps): update docker/metadata-action action to v6

This commit is contained in:
2026-03-05 18:01:39 +00:00
parent 89706bf044
commit c404d80dbd
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ jobs:
- name: Extract metadata (tags, labels) for Docker - name: Extract metadata (tags, labels) for Docker
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v6
with: with:
tags: type=semver,pattern=v{{version}},value=${{ inputs.release }} tags: type=semver,pattern=v{{version}},value=${{ inputs.release }}
images: | images: |

View File

@@ -40,7 +40,7 @@ jobs:
- name: Extract metadata (tags, labels) for Docker - name: Extract metadata (tags, labels) for Docker
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v6
with: with:
images: | images: |
ghcr.io/${{ github.repository }} ghcr.io/${{ github.repository }}