Compare commits
2 commits
6f0a4fb13a
...
ee2ec48998
Author | SHA1 | Date | |
---|---|---|---|
ee2ec48998 | |||
8e2a9cd2de |
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.1-bookworm@sha256:c79834572e7fc094350199771f0c52d52aeda96c71c9aeaa89b6b7a4d7803a97
|
||||
FROM chocobozzz/peertube:v6.3.2-bookworm@sha256:12c95a9eb2c65ba36952e88e0af6470b227f50ad40517bb1e1d307247ff75e93
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue