in linux and macos jobs in buildLoadup, ensure that github_rease_tag in in the GITHUB_ENV. In buildReleaseInclDocker.yml fix typo in if: clause of deploy online job.
This commit is contained in:
2
.github/workflows/buildReleaseInclDocker.yml
vendored
2
.github/workflows/buildReleaseInclDocker.yml
vendored
@@ -115,7 +115,7 @@ jobs:
|
||||
|
||||
# Kickoff workflow in online repo to build and deploy Medley docker image to oio
|
||||
do_oio:
|
||||
if: ${{ inputs.online }} == true
|
||||
if: ${{ inputs.online == true }}
|
||||
runs-on: ubuntu-24.04
|
||||
needs: [do_release, do_docker]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user