Compare commits
10 commits
1fec609486
...
6ed6088dba
Author | SHA1 | Date | |
---|---|---|---|
6ed6088dba | |||
8176c7fb96 | |||
6657af80ae | |||
3d9928f718 | |||
2d17c24e6a | |||
f2ddbf7e74 | |||
6dc6159109 | |||
b74288c034 | |||
fea5ab151a | |||
be2eef93b4 |
2 changed files with 4 additions and 6 deletions
|
@ -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: |
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue