Compare commits
No commits in common. "cf637a91489f8744917e28f188921716a6f6f343" and "d0aed890e9c007e612d0d9c921e517d03ecbbd2b" have entirely different histories.
cf637a9148
...
d0aed890e9
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@v22
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
FROM chocobozzz/peertube:v6.0.1-bookworm@sha256:487c1effdf43e9855c4b95bb6116445b5b8993457f1caa612034420f4419b7a6
|
||||
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