Compare commits
2 commits
4b5d6e9f55
...
6c3cde6519
Author | SHA1 | Date | |
---|---|---|---|
6c3cde6519 | |||
a72d8eb505 |
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:v7.0.1-bookworm@sha256:7699ae2056098431f7d3e639d5772dc4624235be85a7e7bbff90ce75970f0369
|
||||
FROM chocobozzz/peertube:v7.0.1-bookworm@sha256:9dd8a3352ba36524a408539caa30a7e1a1a4ba0e0d29e4bb160d0e00c3d46510
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Add table
Reference in a new issue