mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fixes indent issues
This commit is contained in:
committed by
GitHub
parent
7956ed8466
commit
89e8825b61
10
.github/workflows/private_registery_push.yml
vendored
10
.github/workflows/private_registery_push.yml
vendored
@@ -1,16 +1,14 @@
|
|||||||
name: 'create docker image on pull request'
|
name: 'create docker image on pull request and push to private registery'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ develop ]
|
branches:
|
||||||
|
- develop
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-image:
|
build-image:
|
||||||
name: Tag and release alpha image on private repo
|
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
env:
|
|
||||||
HUSKY: 0
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user