From 9bf4448d0077b4a6723c84ac70d8877b8d0fb8d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:32:04 +0000 Subject: [PATCH] chore(deps): update docker/metadata-action action to v6 --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51f9fd36e..18fce8e8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1815,7 +1815,7 @@ jobs: - name: Metadata (alien-base) id: meta_base - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/alienplatform/alien-base tags: | @@ -1837,7 +1837,7 @@ jobs: - name: Metadata (alien-worker-typescript) id: meta_worker_typescript - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/alienplatform/alien-worker-typescript tags: | @@ -1871,7 +1871,7 @@ jobs: - name: Metadata (alien-builder) id: meta_builder - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/alienplatform/alien-builder tags: | @@ -1892,7 +1892,7 @@ jobs: - name: Metadata (alien-operator) id: meta_agent - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/alienplatform/alien-operator tags: | @@ -1913,7 +1913,7 @@ jobs: - name: Metadata (alien-manager) id: meta_manager - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/alienplatform/alien-manager tags: |