Compare commits

..

No commits in common. "2f655955fbdd0107dfb02aae17facefbfa78aac7" and "366e6a4f30087118614507a2293a3977300d5ab3" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View file

@ -13,18 +13,18 @@ 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 }}
password: ${{ secrets.CR_TOKEN }} password: ${{ secrets.CR_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
push: true push: true
tags: | tags: |

View file

@ -1,3 +1,3 @@
FROM chocobozzz/peertube:v6.0.1-bookworm@sha256:557ddab6160268751ca48e796315bcb2101c63dc50600a54a2346e3e034563f0 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": [