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

This commit is contained in:
2025-07-28 19:18:55 +06:00
parent c7361f8473
commit 420b4e3fae

View File

@@ -166,7 +166,7 @@ jobs:
update-to-release-branch: update-to-release-branch:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# needs: create-docker-image # needs: create-docker-image
if: env.BUILD_UPDATE_RELEASE_BRANCH == '1' if: ${{ vars.BUILD_UPDATE_RELEASE_BRANCH == 'true' }}
container: container:
image: docker:28.3.2-dind image: docker:28.3.2-dind
steps: steps: