Release v1.0.50
All checks were successful
Conditional Release Build / debug-conditions (push) Successful in 5s
Conditional Release Build / create-release (push) Has been skipped
Conditional Release Build / update-to-release-branch (push) Successful in 9s
Conditional Release Build / create-docker-image (push) Successful in 3m49s
All checks were successful
Conditional Release Build / debug-conditions (push) Successful in 5s
Conditional Release Build / create-release (push) Has been skipped
Conditional Release Build / update-to-release-branch (push) Successful in 9s
Conditional Release Build / create-docker-image (push) Successful in 3m49s
This commit is contained in:
@@ -166,7 +166,7 @@ jobs:
|
||||
update-to-release-branch:
|
||||
runs-on: ubuntu-latest
|
||||
# needs: create-docker-image
|
||||
if: env.BUILD_UPDATE_RELEASE_BRANCH == '1'
|
||||
if: ${{ vars.BUILD_UPDATE_RELEASE_BRANCH == 'true' }}
|
||||
container:
|
||||
image: docker:28.3.2-dind
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user