Compare commits

...

10 commits

Author SHA1 Message Date
2f655955fb Update chocobozzz/peertube:v6.0.1-bookworm Docker digest to 557ddab
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m52s
2023-12-07 07:00:31 +00:00
7d2bdcdb0e Update chocobozzz/peertube:v6.0.1-bookworm Docker digest to 251e7bb
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 2m15s
2023-12-06 07:00:41 +00:00
e9aa8dd075 Update chocobozzz/peertube Docker tag to v6.0.1
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 2m28s
2023-12-06 03:00:54 +00:00
894fa5bb18 updated to v6
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 2m56s
2023-12-06 03:17:41 +01:00
edbd4e812c Update chocobozzz/peertube:v5.2.1-bullseye Docker digest to 6c141a9
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m15s
2023-10-06 15:00:42 +00:00
415d42842b Update renovate.json
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 15s
2023-10-06 14:22:03 +00:00
91751fe2d1 Update .forgejo/workflows/docker.yml
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 27s
2023-10-06 10:21:23 +00:00
d0aed890e9 fixed build
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 11s
2023-10-06 10:20:08 +00:00
53797dae28 updated renovate.json
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 23s
2023-09-29 18:11:57 +02:00
1d898c0a52 fix build
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 3s
2023-09-29 17:15:56 +02:00
3 changed files with 6 additions and 4 deletions

View file

@ -13,18 +13,18 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to cr.sp-codes.de
uses: docker/login-action@v3
uses: docker/login-action@v2
with:
registry: cr.sp-codes.de
username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v4
with:
push: true
tags: |

View file

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

View file

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