Compare commits
10 commits
d0aed890e9
...
cf637a9148
Author | SHA1 | Date | |
---|---|---|---|
cf637a9148 | |||
4e30b2c626 | |||
ed4694c999 | |||
2f655955fb | |||
7d2bdcdb0e | |||
e9aa8dd075 | |||
894fa5bb18 | |||
edbd4e812c | |||
415d42842b | |||
91751fe2d1 |
3 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v22
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
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:487c1effdf43e9855c4b95bb6116445b5b8993457f1caa612034420f4419b7a6
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"rangeStrategy": "bump",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"automergeType": "branch",
|
||||
"ignoreTests": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"datasources": [
|
||||
|
|
Loading…
Add table
Reference in a new issue