Compare commits
2 commits
72f850b380
...
67e3b4c5c0
Author | SHA1 | Date | |
---|---|---|---|
67e3b4c5c0 | |||
3ec2291531 |
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
username: ${{ secrets.CR_USERNAME }}
|
||||
password: ${{ secrets.CR_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
FROM chocobozzz/peertube:v6.3.3-bookworm@sha256:44bca0ac31559ab957871516c41e3a360860e8bb77c07dbdba577ab828922edb
|
||||
FROM chocobozzz/peertube:v6.3.3-bookworm@sha256:5b48ac0938832534c273508040483330f63343b66d34f5119a5568e068910918
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue