feat: omit the user repo in container registry
All checks were successful
Caddy Manager CI build / docker (push) Successful in 48s
All checks were successful
Caddy Manager CI build / docker (push) Successful in 48s
This commit is contained in:
@@ -38,4 +38,5 @@ jobs:
|
||||
run: |
|
||||
dotnet publish \
|
||||
--configuration Release --os linux --arch x64 \
|
||||
/t:PublishContainer -p ContainerRegistry=${{ vars.DOCKER_GITEA_DOMAIN }}
|
||||
/t:PublishContainer -p ContainerRegistry=${{ vars.DOCKER_GITEA_DOMAIN }} \
|
||||
-p ContainerRepository=ebolo/caddy-manager
|
||||
Reference in New Issue
Block a user