Compare commits
2 commits
ca91ba3dca
...
b7f29ce67e
Author | SHA1 | Date | |
---|---|---|---|
b7f29ce67e | |||
647efeb90b |
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.2.1-bookworm@sha256:2003ce6678d7924b5aabf3b6fd1d3f029eb0a277cff3a679e494359b3e323f9d
|
||||
FROM chocobozzz/peertube:v6.2.1-bookworm@sha256:133e96765461d9a7e2c8734b93cf58bd63027a0e9cc7b216e055c88cde0f549e
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue