Compare commits
2 commits
c19ba8e801
...
bf32bb925f
Author | SHA1 | Date | |
---|---|---|---|
bf32bb925f | |||
3223ccfe2b |
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
username: ${{ secrets.CR_USERNAME }}
|
username: ${{ secrets.CR_USERNAME }}
|
||||||
password: ${{ secrets.CR_TOKEN }}
|
password: ${{ secrets.CR_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
FROM chocobozzz/peertube:v6.3.1-bookworm@sha256:e85686d307197b662665b50102c7dccfb2ed5729680d5905636363419ed9ed74
|
FROM chocobozzz/peertube:v6.3.1-bookworm@sha256:0699040b13530ab2046b5743d5829f5c9167dd907269748b442f01756a3c5689
|
||||||
|
|
||||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||||
|
|
Loading…
Reference in a new issue