forked from mirrors/treebird-docker
lets try this
This commit is contained in:
parent
91063fc03a
commit
4f27704bf3
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,8 @@ steps:
|
|||
- 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 PLUGIN_BASE_URL=https://git.freecumextremist.com/ -e PLUGIN_API_KEY=release_api_key -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
|
||||
# image: plugins/gitea-release
|
||||
# depends_on:
|
||||
|
@ -24,3 +26,4 @@ steps:
|
|||
# base_url: https://git.freecumextremist.com/
|
||||
# files:
|
||||
# - images/*
|
||||
# -e DRONE_BUILD_EVENT=tag
|
||||
|
|
Loading…
Reference in a new issue