Compare commits
2 commits
60fd7cbf60
...
7650b17f19
Author | SHA1 | Date | |
---|---|---|---|
7650b17f19 | |||
f016fa0ace |
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:v7.0.1-bookworm@sha256:ee0a8e4be1899226d15a8607e69fc3641fd6589c599e015ed938f9b8cc8b9320
|
FROM chocobozzz/peertube:v7.0.1-bookworm@sha256:502cd90ee2ca4af8babe161c29c288add668207dc61e6ad0afc02f593ad78f04
|
||||||
|
|
||||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||||
|
|
Loading…
Add table
Reference in a new issue