mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
disable docker and release workflow
This commit is contained in:
@@ -209,6 +209,7 @@ jobs:
|
||||
release:
|
||||
name: Create New Release
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
needs: [build]
|
||||
permissions: write-all
|
||||
steps:
|
||||
@@ -231,11 +232,13 @@ jobs:
|
||||
bodyFile: .github/changelog.md
|
||||
makeLatest: ${{ inputs.is_latest }}
|
||||
docker:
|
||||
|
||||
name: Build and push Docker image
|
||||
runs-on: ubuntu-latest
|
||||
# needs: build
|
||||
permissions: write-all
|
||||
if: inputs.build_docker == 'true'
|
||||
# if: inputs.build_docker == 'true'
|
||||
if: false
|
||||
steps:
|
||||
- name: Checkout into repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user