Compare commits
2 commits
234b6059e4
...
ac2cebc5f4
Author | SHA1 | Date | |
---|---|---|---|
ac2cebc5f4 | |||
feebd1289a |
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:089887bdcadfab8e0327765a915f7f30ef45ed08542463d33880654f7d991178
|
||||
FROM chocobozzz/peertube:v6.3.3-bookworm@sha256:7c6b4a910fb403aa69be00a256849a4e656d3f91dc4ce23ec3b389049b87d02b
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue