mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
update workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user