Compare commits

...

2 commits

Author SHA1 Message Date
44444cf9e5 Update docker/build-push-action action to v6 2024-12-26 04:00:31 +00:00
9f08641f84 Update chocobozzz/peertube:v7.0.0-bookworm Docker digest to d6cf914
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m25s
2024-12-26 04:00:27 +00:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,3 +1,3 @@
FROM chocobozzz/peertube:v7.0.0-bookworm@sha256:faaa40a70fd9fc1833f9e4a94b50b5429c7868105c2985d39aac07a6999dee1e
FROM chocobozzz/peertube:v7.0.0-bookworm@sha256:d6cf9142f7b9b3c25b09fcf6765ed672e44da6490c366ec207810e7d71f54fc0
RUN apt -y update && apt install -y prosody && apt -y clean