Compare commits

...

2 Commits

Author SHA1 Message Date
Georg Krause 8d6a9af1fc
Execute renovate in pipeline
continuous-integration/drone/push Build is failing Details
2022-02-17 20:43:48 +01:00
Georg Krause 0b8b3b8829
Make Docker Image alpine based 2022-02-17 20:43:35 +01:00
2 changed files with 20 additions and 20 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

View File

@ -1,4 +1,4 @@
FROM node:16-buster-slim FROM node:16-alpine
RUN apt-get update && apt-get install -y python3 RUN apk add git
RUN yarn global add renovate RUN yarn global add renovate
CMD renovate CMD renovate