Compare commits
2 commits
49d079748b
...
b98b9480c1
Author | SHA1 | Date | |
---|---|---|---|
b98b9480c1 | |||
5fcaf59402 |
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.2.1-bookworm@sha256:eafdf307985f03efdc02a9ff1ef0cd4cfed2c821ca24a1664039c80802e4b608
|
||||
FROM chocobozzz/peertube:v6.2.1-bookworm@sha256:2740c515c692b4c438afa6e17d924c6cf65322add5a9b10b5fd8c651ec54ada7
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue