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: commands:
- docker login -u $USERNAME -p $PASSWORD - docker login -u $USERNAME -p $PASSWORD
- docker push gcrkrause/renovate:latest - docker push gcrkrause/renovate:latest
#--- ---
#kind: pipeline kind: pipeline
#type: docker type: docker
#name: exec name: exec
#
#platform: platform:
# os: linux os: linux
# arch: arm64 arch: arm64
#
#steps: steps:
# - name: renovate - name: renovate
# image: gcrkrause/renovate:latest image: gcrkrause/renovate:latest
# environment: environment:
# RENOVATE_ENDPOINT: https://git.gieszer.link/api/v1 RENOVATE_ENDPOINT: https://git.gieszer.link/api/v1
# RENOVATE_TOKEN: RENOVATE_TOKEN:
# from_secret: gitea_secret from_secret: gitea_secret
# RENOVATE_PLATFORM: gitea RENOVATE_PLATFORM: gitea
# LOG_LEVEL: DEBUG LOG_LEVEL: DEBUG