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
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user