Compare commits

..

11 commits

Author SHA1 Message Date
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
366e6a4f30 Merge pull request 'Update docker/build-push-action action to v5' (#32) from renovate/docker-build-push-action-5.x into main
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 3s
Reviewed-on: #32
2023-09-29 14:57:13 +00:00
a0085f8ec0 Update docker/build-push-action action to v5 2023-09-16 04:00:54 +00:00
3 changed files with 5 additions and 3 deletions

View file

@ -13,12 +13,12 @@ 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 }}

View file

@ -1,3 +1,3 @@
FROM chocobozzz/peertube:v5.2.1-bullseye@sha256:12c0fbc0d5210f63f935dfb7c5b23a0ef2c82ff258d15b6d1c3587178f2ff06c
FROM chocobozzz/peertube:v6.0.1-bookworm@sha256:251e7bbb925047e17db58c80a7376c349626c50e033ca5a3a90ff80f4ed9c25e
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": [