Compare commits

...

2 commits

Author SHA1 Message Date
0f423ebfef Update docker/build-push-action action to v6 2024-07-16 08:00:32 +00:00
c42f521515 Update chocobozzz/peertube Docker tag to v6.2.0
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m22s
2024-07-16 08: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:386ea400f41c806239c36647f7bb8ea1a7d1468ad88ec546eaa60632eeea9b50
FROM chocobozzz/peertube:v6.2.0-bookworm@sha256:c66a5418a7565660d346598ff3ad2678b3ef14d248e92df199c69d3037b60084
RUN apt -y update && apt install -y prosody && apt -y clean