1
0
mirror of synced 2026-05-17 11:52:23 +00:00

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:
Frank Halasz
2026-03-20 17:09:11 -07:00
parent 8091668506
commit d8dabcabee
2 changed files with 3 additions and 1 deletions

View File

@@ -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: