Compare commits
2 commits
2a9a862390
...
40c9eaf9ae
Author | SHA1 | Date | |
---|---|---|---|
40c9eaf9ae | |||
4e646d98c8 |
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.0-bookworm@sha256:98fe094a8e56668067572a4dd00d3020076db951f40e8228ffa6510f7514209b
|
FROM chocobozzz/peertube:v6.3.1-bookworm@sha256:dcf90835ff4be89715399b63221eaa0e78f277d167633279ad43fc2d65e09bc7
|
||||||
|
|
||||||
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