I wasn't actually compressing the image appernetly. This should be smaller...

This commit is contained in:
ICScaryThings 2022-07-16 12:54:00 -04:00
parent a1e05b1903
commit 4d209957df
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ steps:
commands:
- ./build_container.sh
- mkdir images/
- docker save treebird:latest -o images/treebird-latest.tar.gz
- docker save treebird:latest | gzip > treebird-latest-`git rev-parse HEAD`.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