fix: workflow fixes

This commit is contained in:
sriram veeraghanta 2024-11-26 15:13:58 +05:30
parent 182aa58f6c
commit 89819a9473

View file

@ -25,9 +25,6 @@ on:
required: false required: false
default: false default: false
type: boolean type: boolean
# push:
# branches:
# - master
env: env:
TARGET_BRANCH: ${{ github.ref_name }} TARGET_BRANCH: ${{ github.ref_name }}
@ -354,6 +351,7 @@ jobs:
branch_build_push_live, branch_build_push_live,
branch_build_push_apiserver, branch_build_push_apiserver,
branch_build_push_proxy, branch_build_push_proxy,
attach_assets_to_build,
] ]
env: env:
REL_VERSION: ${{ needs.branch_build_setup.outputs.release_version }} REL_VERSION: ${{ needs.branch_build_setup.outputs.release_version }}