mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 06:10:22 +00:00
ci: remove branch input on manual publish
This commit is contained in:
parent
5c1541de89
commit
4ec2ff13ee
10
.github/workflows/publish-manual.yml
vendored
10
.github/workflows/publish-manual.yml
vendored
@ -1,11 +1,5 @@
|
|||||||
name: Publish by Manual
|
name: Publish by Manual
|
||||||
on:
|
on: workflow_dispatch
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
branch:
|
|
||||||
description: 'Select the branch to deploy'
|
|
||||||
required: true
|
|
||||||
default: 'master'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
@ -21,7 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.inputs.branch }}
|
ref: ${{ env.GITHUB_REF }}
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Parse image tag
|
- name: Parse image tag
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user