Execute renovate in pipeline
continuous-integration/drone/push Build is failing Details

main
Georg Krause 2022-02-17 20:43:48 +01:00
parent 0b8b3b8829
commit 8d6a9af1fc
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 18 additions and 18 deletions

View File

@ -20,21 +20,21 @@ steps:
commands:
- docker login -u $USERNAME -p $PASSWORD
- docker push gcrkrause/renovate:latest
#---
#kind: pipeline
#type: docker
#name: exec
#
#platform:
# os: linux
# arch: arm64
#
#steps:
# - name: renovate
# image: gcrkrause/renovate:latest
# environment:
# RENOVATE_ENDPOINT: https://git.gieszer.link/api/v1
# RENOVATE_TOKEN:
# from_secret: gitea_secret
# RENOVATE_PLATFORM: gitea
# LOG_LEVEL: DEBUG
---
kind: pipeline
type: docker
name: exec
platform:
os: linux
arch: arm64
steps:
- name: renovate
image: gcrkrause/renovate:latest
environment:
RENOVATE_ENDPOINT: https://git.gieszer.link/api/v1
RENOVATE_TOKEN:
from_secret: gitea_secret
RENOVATE_PLATFORM: gitea
LOG_LEVEL: DEBUG