mirror of
https://github.com/sct/overseerr.git
synced 2025-12-28 08:55:28 +01:00
fixes indent issues
This commit is contained in:
committed by
GitHub
parent
7956ed8466
commit
89e8825b61
20
.github/workflows/private_registery_push.yml
vendored
20
.github/workflows/private_registery_push.yml
vendored
@@ -1,17 +1,15 @@
|
||||
name: 'create docker image on pull request'
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
name: 'create docker image on pull request and push to private registery'
|
||||
|
||||
workflow_dispatch:
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-image:
|
||||
name: Tag and release alpha image on private repo
|
||||
runs-on: self-hosted
|
||||
env:
|
||||
HUSKY: 0
|
||||
steps:
|
||||
build-image:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user