Compare commits

...

10 commits

Author SHA1 Message Date
6ed6088dba Update chocobozzz/peertube:v7.0.1-bookworm Docker digest to a129163
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 3m45s
2025-03-18 04:00:32 +00:00
8176c7fb96 Update chocobozzz/peertube:v7.0.1-bookworm Docker digest to 990f9d0
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 3m44s
2025-03-17 04:00:31 +00:00
6657af80ae Update chocobozzz/peertube:v7.0.1-bookworm Docker digest to 7e17086
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 3m33s
2025-03-16 04:00:28 +00:00
3d9928f718 Update chocobozzz/peertube:v7.0.1-bookworm Docker digest to bf13f4e
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 4m14s
2025-03-15 04:00:27 +00:00
2d17c24e6a Update chocobozzz/peertube:v7.0.1-bookworm Docker digest to e861c82
Some checks are pending
Build and Push Docker image / Build and Push Docker image (push) Waiting to run
2025-03-14 04:00:27 +00:00
f2ddbf7e74 Update chocobozzz/peertube:v7.0.1-bookworm Docker digest to 57ce0cb
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 2m42s
2025-03-13 04:00:29 +00:00
6dc6159109 Update chocobozzz/peertube:v7.0.1-bookworm Docker digest to e8f4c09
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 2m42s
2025-03-12 04:00:28 +00:00
b74288c034 Merge remote-tracking branch 'origin/main'
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 25s
2025-03-11 23:18:05 +01:00
fea5ab151a updated pipeline 2025-03-11 23:18:00 +01:00
be2eef93b4 Update chocobozzz/peertube:v7.0.1-bookworm Docker digest to ab1d289
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 2m48s
2025-03-11 04:00:37 +00:00
2 changed files with 4 additions and 6 deletions

View file

@ -9,22 +9,20 @@ jobs:
docker: docker:
name: Build and Push Docker image name: Build and Push Docker image
runs-on: docker runs-on: docker
# container:
# image: ghcr.io/catthehacker/ubuntu:act-latest
steps: steps:
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to cr.sp-codes.de - name: Login to cr.sp-codes.de
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: cr.sp-codes.de registry: cr.sp-codes.de
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:74fd977a5efd005b87d71bc145c7e72dda8c3f9ea93d682c9d284ec0c309b8ed FROM chocobozzz/peertube:v7.0.1-bookworm@sha256:a129163322e3fe65a96f1059f78084d1b6e5285e4aa6c538aabc856b84dede9d
RUN apt -y update && apt install -y prosody && apt -y clean RUN apt -y update && apt install -y prosody && apt -y clean