Compare commits
2 commits
dbe9cfbe8c
...
e4f935f4fe
Author | SHA1 | Date | |
---|---|---|---|
e4f935f4fe | |||
55a44ddf44 |
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:7ab33aa158b69da6ca6d5016e13b00171bbad636cc173e60b27344f2f624ecbf
|
||||
FROM chocobozzz/peertube:v6.3.2-bookworm@sha256:144c637dbc27e40ba9880439e4180f16acbd6e0b195914e80eef3fe8b3843f78
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue