Compare commits
No commits in common. "4e30b2c6264c8898af5b166094b3ffed2d45a924" and "53797dae286125c4a2487f34e56aba308cd59712" have entirely different histories.
4e30b2c626
...
53797dae28
3 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,7 @@ 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 }}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
FROM chocobozzz/peertube:v6.0.1-bookworm@sha256:0dff98e69ec1befe236fc2217103083df97984ec8f7b5cd74fc44c96a764911a
|
||||
FROM chocobozzz/peertube:v5.2.1-bullseye@sha256:12c0fbc0d5210f63f935dfb7c5b23a0ef2c82ff258d15b6d1c3587178f2ff06c
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
"rangeStrategy": "bump",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"automergeType": "branch",
|
||||
"ignoreTests": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"datasources": [
|
||||
|
|
Loading…
Reference in a new issue