chore(deps): update docker/metadata-action action to v6 (#4358)
This commit is contained in:
parent
c1ab075c1e
commit
5588739aba
2
.github/workflows/build-docker-image.yml
vendored
2
.github/workflows/build-docker-image.yml
vendored
|
|
@ -157,7 +157,7 @@ jobs:
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for image registry
|
- name: Extract metadata (tags, labels) for image registry
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v6
|
||||||
with:
|
with:
|
||||||
images: ${{ env.IMAGE_FULL_NAME }}
|
images: ${{ env.IMAGE_FULL_NAME }}
|
||||||
tags: ${{ steps.set-tags.outputs.tags }}
|
tags: ${{ steps.set-tags.outputs.tags }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user