Compare commits
2 commits
bdee128e8a
...
72f850b380
Author | SHA1 | Date | |
---|---|---|---|
72f850b380 | |||
7fcd1770f0 |
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:4ae3b3740ab0d8a7125cacf88c5117bc201f74f5aa680c2afb9391ea5cbd7fbf
|
||||
FROM chocobozzz/peertube:v6.3.3-bookworm@sha256:44bca0ac31559ab957871516c41e3a360860e8bb77c07dbdba577ab828922edb
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue