diff --git a/.drone.yml b/.drone.yml index 3790c48..13b0f43 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,6 @@ kind: pipeline type: docker name: default steps: -# - name: build -# image: golang:1.19-alpine -# pull: if-not-exists -# commands: -# - go build -o cmd/app ./src/main.go - - name: "lint" image: golangci/golangci-lint:v1.50 pull: if-not-exists @@ -22,9 +16,16 @@ steps: settings: registry: gitea.linuxcode.net repo: gitea.linuxcode.net/linuxcode/oapi-type-definitions-extractor + auto_tag: true dockerfile: dockerfile - tags: ${DRONE_TAG} + tags: + - latest + - ${DRONE_TAG} username: from_secret: drone_docker_username password: from_secret: drone_docker_password + +trigger: + event: + - push diff --git a/src/oapi-type-definitions-extractor b/src/oapi-type-definitions-extractor deleted file mode 100755 index 0d60f53..0000000 Binary files a/src/oapi-type-definitions-extractor and /dev/null differ