From 83bea70af5e38e55943b32939a9309bfe45e7dff Mon Sep 17 00:00:00 2001 From: Duy Dao Date: Wed, 16 Jul 2025 08:58:22 +0700 Subject: [PATCH] refactor: rename CI job to 'build' and add permissions for container publishing --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed81544..14f7e9e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,10 @@ on: - main jobs: - docker: + build: + name: Build and push container + permissions: + packages: write env: RUNNER_TOOL_CACHE: /toolcache NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages