From a9f46ed0884f1274ea9119dec03ba24533889f1c Mon Sep 17 00:00:00 2001 From: DarkSky Date: Tue, 12 Mar 2024 18:22:38 +0800 Subject: [PATCH] fi: ci container publish --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c9d14b8986..26f4b489a4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -136,6 +136,10 @@ jobs: build-docker: name: Build Docker runs-on: ubuntu-latest + permissions: + contents: 'write' + id-token: 'write' + packages: 'write' needs: - build-server - build-core