forked from mirrors/treebird-docker
Pipeline complains the build image file is too large? (~500MB) Hopefully only that one?
This commit is contained in:
parent
3ab1b12835
commit
a1e05b1903
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue