Rename container build to pack-container and make limited privileged
This commit is contained in:
parent
4c04880c91
commit
265db71208
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user