Compare commits

...

2 commits

Author SHA1 Message Date
c211ca8d18 Update docker/build-push-action action to v6 2024-09-21 04:00:25 +00:00
33db6e78c8 Update chocobozzz/peertube:v6.3.0-bookworm Docker digest to cc768e0
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m23s
2024-09-21 04:00:21 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -1,3 +1,3 @@
FROM chocobozzz/peertube:v6.3.0-bookworm@sha256:642341e9392ef90a55b04014483bd4b60500adbdd30ac42613c9458389a59084 FROM chocobozzz/peertube:v6.3.0-bookworm@sha256:cc768e01a85a1dac14bf1274afb947f38b0324fa65878018163a54a5fc2482cf
RUN apt -y update && apt install -y prosody && apt -y clean RUN apt -y update && apt install -y prosody && apt -y clean