Compare commits
2 commits
2087313526
...
f995b698d8
Author | SHA1 | Date | |
---|---|---|---|
f995b698d8 | |||
8fbe6f196c |
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:41336790d90a10e42894a23e5356167a276eab679085d75b2b63abe6d19d893f
|
||||
FROM chocobozzz/peertube:v6.2.1-bookworm@sha256:acf8ec927c59cdf70a2a7fc300703bb2aa8fb0821ea0d2b8e3ee45cfb7cb808a
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue