Fix build_number config (#150)

Co-authored-by: Sergey Kirichenko <Sergey.Kirichenko@onlyoffice.com>
This commit is contained in:
Alexey Golubev 2024-02-28 12:44:07 +03:00 committed by GitHub
parent 3a22827f12
commit 2664897485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ jobs:
--set *.args.BUILD_NUMBER=${BUILD_NUMBER} \
--set *.platform=linux/amd64 \
--set *.args.PRODUCT_VERSION=${PRODUCT_VERSION} \
--set *.args.BUILD_NUMBER=${BUILD_NUMBER} \
--set *.args.BUILD_NUMBER=${{github.run_number}} \
--push
echo "version=${DOCKER_TAG}" >> "$GITHUB_OUTPUT"