Compare commits
10 commits
53797dae28
...
4e30b2c626
Author | SHA1 | Date | |
---|---|---|---|
4e30b2c626 | |||
ed4694c999 | |||
2f655955fb | |||
7d2bdcdb0e | |||
e9aa8dd075 | |||
894fa5bb18 | |||
edbd4e812c | |||
415d42842b | |||
91751fe2d1 | |||
d0aed890e9 |
3 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@ 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@v3
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
FROM chocobozzz/peertube:v5.2.1-bullseye@sha256:12c0fbc0d5210f63f935dfb7c5b23a0ef2c82ff258d15b6d1c3587178f2ff06c
|
FROM chocobozzz/peertube:v6.0.1-bookworm@sha256:0dff98e69ec1befe236fc2217103083df97984ec8f7b5cd74fc44c96a764911a
|
||||||
|
|
||||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"automergeType": "branch",
|
"automergeType": "branch",
|
||||||
|
"ignoreTests": true,
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"datasources": [
|
"datasources": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue