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