Compare commits

..

No commits in common. "7d2bdcdb0e9bd369e8a39ae3a2768808b1385c53" and "3c916a177c2efc82276a278cbd7d8507d4610f79" have entirely different histories.

3 changed files with 3 additions and 5 deletions

View file

@ -13,12 +13,12 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:act-latest image: ghcr.io/catthehacker/ubuntu:act-latest
steps: steps:
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to cr.sp-codes.de - name: Login to cr.sp-codes.de
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: cr.sp-codes.de registry: cr.sp-codes.de
username: ${{ secrets.CR_USERNAME }} username: ${{ secrets.CR_USERNAME }}

View file

@ -1,3 +1,3 @@
FROM chocobozzz/peertube:v6.0.1-bookworm@sha256:251e7bbb925047e17db58c80a7376c349626c50e033ca5a3a90ff80f4ed9c25e FROM chocobozzz/peertube:v5.2.1-bullseye@sha256:12c0fbc0d5210f63f935dfb7c5b23a0ef2c82ff258d15b6d1c3587178f2ff06c
RUN apt -y update && apt install -y prosody && apt -y clean RUN apt -y update && apt install -y prosody && apt -y clean

View file

@ -1,5 +1,4 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [ "assignees": [
"samuel-p" "samuel-p"
], ],
@ -9,7 +8,6 @@
"rangeStrategy": "bump", "rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch", "rebaseWhen": "behind-base-branch",
"automergeType": "branch", "automergeType": "branch",
"ignoreTests": true,
"packageRules": [ "packageRules": [
{ {
"datasources": [ "datasources": [