Compare commits
2 commits
68e3447f31
...
4cd4673d0b
Author | SHA1 | Date | |
---|---|---|---|
4cd4673d0b | |||
ab7ad9ad67 |
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:6eb325dadd2eb0ef03fbae80188f86fa9e52a7a950bf2414675864a4088785f2
|
FROM chocobozzz/peertube:v6.2.1-bookworm@sha256:d44b14e75e5ffa87050c41d786cccf9d1a22c861c30a3ec009f1e6dfdc0cfcac
|
||||||
|
|
||||||
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