Compare commits

...

2 commits

Author SHA1 Message Date
b3f8191ba0 Update docker/build-push-action action to v6 2024-07-02 07:00:32 +00:00
62abe0f620 Update chocobozzz/peertube:v6.1.0-bookworm Docker digest to 1899b4c
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m25s
2024-07-02 07: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:v6.1.0-bookworm@sha256:2b2c4f5b68f4e39ebb16837db2bd08f33b2359fb7d8f45259922bbed9bc01106
FROM chocobozzz/peertube:v6.1.0-bookworm@sha256:1899b4c8e7ded079707fb8033b5eb630391191ea5dcf1429ff4e1c1c7c953d16
RUN apt -y update && apt install -y prosody && apt -y clean