diff --git a/.drone.yml b/.drone.yml index f559d22..d5526fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: image: golang:1.17.2 commands: - git tag $DRONE_TAG - - bash release.sh + - bash build.sh - echo -n "latest,${DRONE_TAG#v}" > .tags - name: gitea_release image: plugins/gitea-release @@ -26,7 +26,7 @@ steps: # auto_tag: true mtu: 1000 # purge: true - repo: hub.kumoly.io/tools/configui + repo: hub.kumoly.io/tools/breacher registry: hub.kumoly.io trigger: event: tag \ No newline at end of file