Compare commits
2 commits
fd8c6756cf
...
5289688e0d
Author | SHA1 | Date | |
---|---|---|---|
5289688e0d | |||
da232daf7d |
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.3-bookworm@sha256:7da12eb5ec17d31dc45c0596f40231361ee0cf18735331c3879e45fef1da20c9
|
FROM chocobozzz/peertube:v6.3.3-bookworm@sha256:d274510c30daa93049b3dfaa97308ae6c85e97b40c375da7f2c0cdae43621c58
|
||||||
|
|
||||||
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