Compare commits
No commits in common. "2f655955fbdd0107dfb02aae17facefbfa78aac7" and "366e6a4f30087118614507a2293a3977300d5ab3" have entirely different histories.
2f655955fb
...
366e6a4f30
3 changed files with 4 additions and 6 deletions
|
@ -13,18 +13,18 @@ jobs:
|
|||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Login to cr.sp-codes.de
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: cr.sp-codes.de
|
||||
username: ${{ secrets.CR_USERNAME }}
|
||||
password: ${{ secrets.CR_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"assignees": [
|
||||
"samuel-p"
|
||||
],
|
||||
|
@ -9,7 +8,6 @@
|
|||
"rangeStrategy": "bump",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"automergeType": "branch",
|
||||
"ignoreTests": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"datasources": [
|
||||
|
|
Loading…
Reference in a new issue