Compare commits
2 commits
249640c6bb
...
4d6baf5fc3
Author | SHA1 | Date | |
---|---|---|---|
4d6baf5fc3 | |||
a43dc70ab9 |
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.1.0-bookworm@sha256:2fef05e66783820eeb479d68a20c0a2959d4aa288a058d2c6ade2d613a9f7a25
|
||||
FROM chocobozzz/peertube:v6.1.0-bookworm@sha256:da8581688ebae21b58811a89ec39a2485623147cb27d3fb2e2ed396d834a6c38
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
Loading…
Reference in a new issue