Compare commits
2 commits
a21154bd26
...
e770c9cfcf
Author | SHA1 | Date | |
---|---|---|---|
e770c9cfcf | |||
c4458ae353 |
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
username: ${{ secrets.CR_USERNAME }}
|
username: ${{ secrets.CR_USERNAME }}
|
||||||
password: ${{ secrets.CR_TOKEN }}
|
password: ${{ secrets.CR_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
FROM chocobozzz/peertube:v6.2.1-bookworm@sha256:7e719039dac6c137cfdb4d30976566e866884f9e5510250ddc76e97fdc004e7b
|
FROM chocobozzz/peertube:v6.2.1-bookworm@sha256:d5a1ea3113d39a97ecd49df18d0e2d26cb5fc9c35d783e33d48d33b6625cfe83
|
||||||
|
|
||||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||||
|
|
Loading…
Reference in a new issue