style: fix formatting

This commit is contained in:
Samuel Bartík
2022-09-07 16:30:45 +02:00
parent 323086db09
commit 94513425be
3 changed files with 891 additions and 970 deletions

View File

@@ -3,31 +3,27 @@ name: 'create docker image on pull request and push to private registery'
on: on:
pull_request: pull_request:
branches: branches:
- develop - develop
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build-image: build-image:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- - name: Checkout
name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- - name: Set up Docker Buildx
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1 uses: docker/setup-buildx-action@v1
- - name: Login to private registery
name: Login to private registery
uses: docker/login-action@v2.0.0 uses: docker/login-action@v2.0.0
with: with:
registry: ${{ secrets.REGISTRY_URL }} registry: ${{ secrets.REGISTRY_URL }}
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
- - name: Build and push
name: Build and push
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: ./ context: ./

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@ _The original Overseerr team have been busy and Jellyfin/Emby support aren't on
- Jellyfin Support - Jellyfin Support
- Emby Support - Emby Support
(Upcoming Features include: Multiple Server Instances, Music Support, Ability to change email address and much more!) (Upcoming Features include: Multiple Server Instances, Music Support, Ability to change email address and much more!)
Along with all the existing Overseerr features: Along with all the existing Overseerr features: