Rename container build to pack-container and make limited privileged

This commit is contained in:
Condorra 2024-10-25 22:35:11 +11:00
parent 4c04880c91
commit 265db71208
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,8 @@ jobs:
- name: wwpapp
run:
path: wwp-repo/.ci/build
- task: deploy
- task: packcontainer
privileged: true
config:
platform: linux
image_resource:
@ -37,7 +38,7 @@ jobs:
params:
CONTAINER_REGISTRY_KEY: ((container_registry_key))
run:
path: wwp-repo/.ci/deploy
path: wwp-repo/.ci/pack-container
resources:
- name: wwp-repo
type: git