mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore(deps): update docker/metadata-action action to v6 (#5156)
This commit is contained in:
commit
18889939c2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
|
||||
- name: Determine metadata for image
|
||||
id: image-metadata
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
${{ steps.image-name.outputs.image-name }}
|
||||
|
|
@ -141,7 +141,7 @@ jobs:
|
|||
|
||||
- name: Determine metadata for manifest
|
||||
id: manifest-metadata
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: |
|
||||
${{ needs.build.outputs.image-name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue