From ff862ce6e87187fd8cd15aa90fcab6ece37d8af6 Mon Sep 17 00:00:00 2001 From: Abhinav Sinha Date: Sun, 31 May 2026 00:15:03 +0530 Subject: [PATCH] fix: Docker Hub Release Action Write Permission Signed-off-by: Abhinav Sinha --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f03393d..c1e0e2b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write attestations: write