Compare commits
2 commits
84cb2f8974
...
987ed75f54
Author | SHA1 | Date | |
---|---|---|---|
987ed75f54 | |||
ead2867798 |
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:305b6f9f654a735a46164ba56d7a8edf3abbbd7b654a5e66fd356a19dc075dfa
|
FROM chocobozzz/peertube:v6.3.3-bookworm@sha256:32d70607a154789db579ccdb107572535ead83d11434c975ddda82beb46ecd37
|
||||||
|
|
||||||
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