From a1e05b190330dcba6f87b6a6107ee9f6254c8235 Mon Sep 17 00:00:00 2001 From: ICScaryThings Date: Sat, 16 Jul 2022 12:08:58 -0400 Subject: [PATCH] Pipeline complains the build image file is too large? (~500MB) Hopefully only that one? --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7ff35e3..cc19d74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,6 @@ steps: - ./build_container.sh - mkdir images/ - docker save treebird:latest -o images/treebird-latest.tar.gz - - docker save treebird:latest-build -o images/treebird-latest-build.tar.gz - docker run --rm -e DRONE_BUILD_EVENT=tag -e PLUGIN_BASE_URL=https://git.freecumextremist.com/ -e PLUGIN_API_KEY=$APIKEY -e PLUGIN_FILES=images/* -e DRONE_REPO_OWNER=icscarythings -e DRONE_REPO_NAME=treebird-docker -v $(pwd):$(pwd) -w $(pwd) plugins/gitea-release #- name: Make Gitea Release