Compare commits
2 commits
0ad06698d8
...
68e3447f31
Author | SHA1 | Date | |
---|---|---|---|
68e3447f31 | |||
dab2c4e615 |
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:cb2c3aae609d1cb00bcf899a72572aa79510fc40b755ed0a8f53a15c7498547c
|
||||
FROM chocobozzz/peertube:v6.2.1-bookworm@sha256:6eb325dadd2eb0ef03fbae80188f86fa9e52a7a950bf2414675864a4088785f2
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue