Compare commits

...

2 commits

Author SHA1 Message Date
b0928dedee Update docker/build-push-action action to v6 2024-12-18 04:00:30 +00:00
76e6c096c2 Update chocobozzz/peertube:v7.0.0-bookworm Docker digest to 4b86a9c
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m28s
2024-12-18 04:00:26 +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:4a14c87ffbedf7d176843f8f3b2176d8d69b6582f1904b6dafd14e4031da2ab1
FROM chocobozzz/peertube:v7.0.0-bookworm@sha256:4b86a9cb64e652f7e095d4942a04cdee06640a3a7a8665a1b324d1394bf33b91
RUN apt -y update && apt install -y prosody && apt -y clean