forked from mirrors/treebird-docker
I wasn't actually compressing the image appernetly. This should be smaller...
This commit is contained in:
parent
a1e05b1903
commit
4d209957df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue