Compare commits
2 commits
cba4480c28
...
e73d056099
Author | SHA1 | Date | |
---|---|---|---|
e73d056099 | |||
675d7cf500 |
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.3.2-bookworm@sha256:a90e26bba2713fdf06f13c295728377da874b22f80fd616f9c24e200668c8759
|
||||
FROM chocobozzz/peertube:v6.3.2-bookworm@sha256:ab30bb4b4a950b09de9c4c415ee61bfd3b0579380a97a316df8ef0dce8c33360
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue