Skip to content

Commit 3209066

Browse files
ci(docker): upgrade metadata-action v5 to v6
v5 uses Node.js 20 which is deprecated by GitHub Actions. v6 supports Node.js 24. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1824a70 commit 3209066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Docker meta
8383
id: meta
84-
uses: docker/metadata-action@v5
84+
uses: docker/metadata-action@v6
8585
with:
8686
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.name }}-fn
8787
tags: |

0 commit comments

Comments
 (0)