Pipeline complains the build image file is too large? (~500MB) Hopefully only that one?

This commit is contained in:
ICScaryThings 2022-07-16 12:08:58 -04:00
parent 3ab1b12835
commit a1e05b1903

View file

@ -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