chore: switch to Harbor provided image

This commit is contained in:
Peter 2025-03-25 11:15:10 +01:00
parent 5b8f2ddfb2
commit f230dd87e0
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -4,13 +4,13 @@ on:
branches: branches:
- main - main
schedule: schedule:
- cron: '33 3 * * *' - cron: "33 3 * * *"
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: docker://code.icb4dc0.de/infrastructure/images/renovate:latest - uses: docker://registry.icb4dc0.de/infrastructure/renovate:latest
with: with:
args: renovate "${{ github.repository }}" args: renovate "${{ github.repository }}"
env: env:
@ -19,4 +19,4 @@ jobs:
RENOVATE_PLATFORM: gitea RENOVATE_PLATFORM: gitea
RENOVATE_AUTODISCOVER: "false" RENOVATE_AUTODISCOVER: "false"
RENOVATE_ENDPOINT: https://code.icb4dc0.de/api/v1 RENOVATE_ENDPOINT: https://code.icb4dc0.de/api/v1
LOG_LEVEL: info LOG_LEVEL: info