From febacdc46d503c9db92b491bf0c7f4c438eb4612 Mon Sep 17 00:00:00 2001 From: Edoardo Rosa <6991986+notdodo@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:55:01 +0100 Subject: [PATCH] fix: image metadata --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9322eda..8b4e502 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,7 @@ jobs: build-docker-image: needs: [infra-scan, python-ci] permissions: + artifact-metadata: write attestations: write contents: read id-token: write @@ -40,7 +41,6 @@ jobs: deb.debian.org:80 files.pythonhosted.org:443 pypi.org:443 - docker-images-prod.*.r2.cloudflarestorage.com:443 push: true secrets: registry-username: ${{ secrets.DOCKERHUB_USERNAME }}