Compare commits
2 commits
615811b88e
...
2dc0a959e2
Author | SHA1 | Date | |
---|---|---|---|
2dc0a959e2 | |||
f0e0d6a76c |
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:7ec9f635ae1966812ba87e85cb796045733181420be43d204bde774ee6889cc4
|
||||
FROM chocobozzz/peertube:v6.1.0-bookworm@sha256:1a65500074f857208c709f146b625d427736a3adccf62de4ed3f102daf515c48
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue