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