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