Compare commits
2 commits
d4a3210259
...
be0b9e5784
Author | SHA1 | Date | |
---|---|---|---|
be0b9e5784 | |||
f62887cfde |
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.1.0-bookworm@sha256:9f2a1c96638fc1553123561060193634075af5da5599742c3752bd4654d9feea
|
||||
FROM chocobozzz/peertube:v6.1.0-bookworm@sha256:0710d36118961a02d6ecb45cfba8c6e0ccdd74dca34f1f849ebf5caa9baf226a
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue