From 265db71208177f4eb41f64a0409c4a573ef05b95 Mon Sep 17 00:00:00 2001 From: Condorra Date: Fri, 25 Oct 2024 22:35:11 +1100 Subject: [PATCH] Rename container build to pack-container and make limited privileged --- .ci/{deploy => pack-container} | 0 .concourse.yml | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename .ci/{deploy => pack-container} (100%) diff --git a/.ci/deploy b/.ci/pack-container similarity index 100% rename from .ci/deploy rename to .ci/pack-container diff --git a/.concourse.yml b/.concourse.yml index 7808c6d..5bfbce9 100644 --- a/.concourse.yml +++ b/.concourse.yml @@ -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