Skip to content

Commit 312fc3e

Browse files
Update docker/metadata-action action to v6 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7be9d1 commit 312fc3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Extract metadata for publishing image
4343
id: meta
44-
uses: docker/metadata-action@v5
44+
uses: docker/metadata-action@v6
4545
with:
4646
images: ${{ env.GHCR_IMAGE }}
4747

@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Create tags for publishing image
111111
id: meta
112-
uses: docker/metadata-action@v5
112+
uses: docker/metadata-action@v6
113113
with:
114114
images: ${{ env.GHCR_IMAGE }}
115115
tags: |

0 commit comments

Comments
 (0)