Compare commits
2 commits
e2210817f3
...
b415184071
Author | SHA1 | Date | |
---|---|---|---|
b415184071 | |||
179e76562c |
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:d80ac131d2207ece0fc8b33bd04d6850b06eb3501a6a84c8915178c6ab525f0e
|
||||
FROM chocobozzz/peertube:v6.2.1-bookworm@sha256:d6ae55d04dacba243db0584dac5ef65d28474f42d2dfde57b2827f01a81aa47f
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue