Compare commits
2 commits
d8d1369a45
...
b0fcf5c199
Author | SHA1 | Date | |
---|---|---|---|
b0fcf5c199 | |||
e1c7119657 |
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:aacda36030575eecdc692b30654c57c6cc0c8bb7ba55341c5ce968947a213865
|
||||
FROM chocobozzz/peertube:v6.3.3-bookworm@sha256:e0739d3c8e4408d70181d6dd56b3ecedaf29a8a1052b8095f2b28bf9421f77da
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue