Compare commits
2 commits
cc3571f876
...
d70f64b70a
Author | SHA1 | Date | |
---|---|---|---|
d70f64b70a | |||
5ec16a607c |
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:33992904bda3b728fc0681b90a73ffb52999bae14803706b0a707e394146bc35
|
||||
FROM chocobozzz/peertube:v6.2.1-bookworm@sha256:f8187f0ece12658869c3291b55e9f208cff6d5aa5e4ab451f702d198704da2f1
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue