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:
- 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

View File

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