Compare commits

...

2 commits

Author SHA1 Message Date
9c4e5ae79b Update docker/build-push-action action to v6 2024-07-01 13:00:31 +00:00
557d6ac286 Update chocobozzz/peertube:v6.1.0-bookworm Docker digest to 2b2c4f5
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 1m25s
2024-07-01 13: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:v6.1.0-bookworm@sha256:85bfdc528bf47aaba1ff948aa10b86c144f7296aa17a555527e46f8f921d4020
FROM chocobozzz/peertube:v6.1.0-bookworm@sha256:2b2c4f5b68f4e39ebb16837db2bd08f33b2359fb7d8f45259922bbed9bc01106
RUN apt -y update && apt install -y prosody && apt -y clean