diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index e2d8ad3..d94ef47 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -17,4 +17,18 @@ steps: <<: *buildx_settings dry_run: true when: - event: pull_request \ No newline at end of file + event: pull_request + + publish: + image: *buildx + settings: + <<: *buildx_settings + registry: gitea.aireone.xyz + repo: gitea.aireone.xyz/${CI_REPO,,} + auto_tag: true + username: + from_secret: publish_username + password: + from_secret: publish_token + when: + event: tag diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index 3806e7f..5800638 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -27,5 +27,5 @@ steps: golangci-lint: image: golangci/golangci-lint:v1.60.3 commands: - - golangci-lint run - depends_on: [] \ No newline at end of file + - golangci-lint run --timeout 15m + depends_on: []