Compare commits

...

2 commits

Author SHA1 Message Date
b3cf4dd28e Update docker/build-push-action action to v6 2024-07-27 04:00:29 +00:00
6240d9a85b Update chocobozzz/peertube:v6.2.0-bookworm Docker digest to 68b8f37
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m21s
2024-07-27 04:00:23 +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:v6.2.0-bookworm@sha256:7840feb91498077824e2c36b09a0e3bd8a963065abc6226abf090e6f32ac47ca
FROM chocobozzz/peertube:v6.2.0-bookworm@sha256:68b8f37d523845d14443f92f7c3e27a8abbdd4470afbd00de76a5d381f22b0ea
RUN apt -y update && apt install -y prosody && apt -y clean