Compare commits
2 commits
cad2279606
...
860a3e89aa
Author | SHA1 | Date | |
---|---|---|---|
860a3e89aa | |||
ca3e6a52d5 |
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:v7.0.1-bookworm@sha256:11c2189a2091c064046c60c96ea6f14034656559e4710b2e83a53ef6e2bcab18
|
FROM chocobozzz/peertube:v7.0.1-bookworm@sha256:2574cb89d5b4b74398fe78b78cac0aa70d7f9d2da32aa15c9dc17dafe43c58a7
|
||||||
|
|
||||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||||
|
|
Loading…
Add table
Reference in a new issue