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
All checks were successful
Caddy Manager CI build / docker (push) Successful in 45s
This commit is contained in:
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user