Compare commits
2 commits
4499b1733f
...
10fa41300c
Author | SHA1 | Date | |
---|---|---|---|
10fa41300c | |||
cb2acfbac3 |
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.0-bookworm@sha256:e47684a5578679060e1cc9be737ee36dce2135b6c0ed1255cc9bc7b707e2bd36
|
||||
FROM chocobozzz/peertube:v6.3.0-bookworm@sha256:2f3e6c85764e7eb4d26620b865e9d914ac287ed3df4b83ffd6df8a7331db0fd4
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue