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