Merge pull request #1181 from ONLYOFFICE/feature/action-develo-brach

Modify github action branch
This commit is contained in:
Alexey Safronov 2023-02-07 20:42:56 +03:00 committed by GitHub
commit 4da735203a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: 4testing multiarch-build
on:
push:
branches: [ "release/rc-v1.2.0" ]
branches: [ "develop" ]
jobs:
build:
@ -36,7 +36,7 @@ jobs:
DOCKER_TAG="rc-v1.2.0" \
DOCKERFILE="Dockerfile.app" \
docker buildx bake -f build.yml \
--set *.args.GIT_BRANCH="release/rc-v1.2.0" \
--set *.args.GIT_BRANCH="develop" \
--set *.platform=linux/amd64 \
--push
shell: bash