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