From 8fa0273664f912ce97983e0a9a815200407aa653 Mon Sep 17 00:00:00 2001 From: Henry Stern Date: Sun, 24 May 2026 10:36:40 -0300 Subject: [PATCH] ci: bump docker/metadata-action to v6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Last node20 deprecation warning on the workflow — only the publish job referenced metadata-action (the build-image bumps in the previous PR didn't touch it). v6 ships node24. No schema changes affecting the existing tag pipeline. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c6e4d9..b1708af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -852,7 +852,7 @@ jobs: - name: Docker metadata id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/${{ github.repository }} flavor: latest=false