Compare commits
2 commits
d9c47c552f
...
79b26ec1a4
Author | SHA1 | Date | |
---|---|---|---|
79b26ec1a4 | |||
78e9813999 |
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.3.3-bookworm@sha256:58c1054c9da2f4ff8669d4c88d8171f75ffe515ab823022fb3df33fa0d8ac90d
|
FROM chocobozzz/peertube:v6.3.3-bookworm@sha256:6388c8a68561aa9f98325a0ef1be696059cf01f6d5a84cbfd2b649d2e4e7f793
|
||||||
|
|
||||||
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