Compare commits
2 commits
4134c98024
...
692ac09235
Author | SHA1 | Date | |
---|---|---|---|
692ac09235 | |||
b22ee8f6ce |
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.2-bookworm@sha256:6a6269e2f9a1621097cf85d4ba7b5a85de39b46aa31ec47587abdf4bb8c39051
|
||||
FROM chocobozzz/peertube:v6.3.2-bookworm@sha256:683ba038ef08b6f48dda40e80376f6dfa07907e4f2d1fc75b7c126c515eb5f09
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue