mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +00:00
update workflow
This commit is contained in:
parent
80a467098f
commit
a849e12be3
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -23,6 +23,14 @@ on:
|
||||
options:
|
||||
- true
|
||||
- false
|
||||
build_docker:
|
||||
description: "Release Docker image"
|
||||
required: true
|
||||
type: choice
|
||||
default: "false"
|
||||
options:
|
||||
- true
|
||||
- false
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -122,6 +130,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
permissions: write-all
|
||||
if: inputs.build_docker == 'true'
|
||||
steps:
|
||||
- name: Checkout into repo
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user