Compare commits
2 commits
96abe41333
...
302def9f24
Author | SHA1 | Date | |
---|---|---|---|
302def9f24 | |||
2ad4f84643 |
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:b49184663f8ecfd4a60dc0162d6f779d3116e85052a638c216ce21cbdbe3a965
|
||||
FROM chocobozzz/peertube:v6.1.0-bookworm@sha256:c4aac8f7638fe761c650ebd55d41f918ced751c6e6c10c28fee68739551d4b85
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue