Compare commits

...

2 commits

Author SHA1 Message Date
4b5d6e9f55 Update docker/build-push-action action to v6 2025-03-01 04:00:34 +00:00
4241a618d7 Update chocobozzz/peertube:v7.0.1-bookworm Docker digest to 7699ae2
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 8s
2025-03-01 04:00:30 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.CR_USERNAME }} username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_TOKEN }} password: ${{ secrets.CR_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6
with: with:
push: true push: true
tags: | tags: |

View file

@ -1,3 +1,3 @@
FROM chocobozzz/peertube:v7.0.1-bookworm@sha256:502cd90ee2ca4af8babe161c29c288add668207dc61e6ad0afc02f593ad78f04 FROM chocobozzz/peertube:v7.0.1-bookworm@sha256:7699ae2056098431f7d3e639d5772dc4624235be85a7e7bbff90ce75970f0369
RUN apt -y update && apt install -y prosody && apt -y clean RUN apt -y update && apt install -y prosody && apt -y clean