Skip to content

Commit

Permalink
Build all docspace services
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Feb 5, 2025
1 parent f3266ea commit 374b5a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main-build-4testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
docker image ls
docker system df
- name: Check docker login
run: |
docker pull onlyoffice/4testing-docspace-api:develop.4430
docker image ls --all
docker tag onlyoffice/4testing-docspace-api:develop.4430 ${{ secrets.DOCKERHUB_USERNAME_TEMP }}/4testing-docspace-api:develop.test.4430
docker image ls --all
docker push ${{ secrets.DOCKERHUB_USERNAME_TEMP }}/4testing-docspace-api:develop.test.4430
# - name: Check docker login
# run: |
# docker pull onlyoffice/4testing-docspace-api:develop.4430
# docker image ls --all
# docker tag onlyoffice/4testing-docspace-api:develop.4430 ${{ secrets.DOCKERHUB_USERNAME_TEMP }}/4testing-docspace-api:develop.test.4430
# docker image ls --all
# docker push ${{ secrets.DOCKERHUB_USERNAME_TEMP }}/4testing-docspace-api:develop.test.4430

- name: Build 4testing
id: build
Expand All @@ -78,7 +78,7 @@ jobs:
fi
DOCKER_TAG=develop.test.${{ github.run_number }}
export DOCKER_TAG
docker buildx bake -f build.yml onlyoffice-api \
docker buildx bake -f build.yml \
--set *.args.GIT_BRANCH="develop" \
--set *.args.PRODUCT_VERSION=${PRODUCT_VERSION} \
--set *.args.BUILD_NUMBER=${BUILD_NUMBER} \
Expand Down

0 comments on commit 374b5a0

Please sign in to comment.