refactor: rename CI job to 'build' and add permissions for container publishing
All checks were successful
Caddy Manager CI build / docker (push) Successful in 45s

This commit is contained in:
2025-07-16 08:58:22 +07:00
parent 345ff6477a
commit 83bea70af5

View File

@@ -6,7 +6,10 @@ on:
- main - main
jobs: jobs:
docker: build:
name: Build and push container
permissions:
packages: write
env: env:
RUNNER_TOOL_CACHE: /toolcache RUNNER_TOOL_CACHE: /toolcache
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages