Compare commits
2 commits
b43095e908
...
e0388987d4
Author | SHA1 | Date | |
---|---|---|---|
e0388987d4 | |||
54ce99cd15 |
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:e984106c10be359b178fd86dad25b62f04a4071f0efb46f4301fc0b894e5ba49
|
||||
FROM chocobozzz/peertube:v6.3.3-bookworm@sha256:0b937037acdda6238e4afc454364d2e3659b71859c3455558597ec8e7269947a
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue