Skip to content

Commit

Permalink
test build api
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Feb 4, 2025
1 parent 6a5f7f0 commit c938191
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main-build-4testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,14 @@ jobs:
docker image ls
docker system df
# - name: Check docker login
# run: |
# docker login
# docker image ls --all
# docker push onlyoffice/4testing-docspace-api:develop.test.4430
- name: Check docker login
run: |
docker image ls --all
docker push onlyoffice/4testing-docspace-api:develop.test.4430
- name: Build 4testing
id: build
run: |
docker login
echo ${REPO}
cd .${DOCKER_PATH}
if [ "${{ github.GITHUB_REF_NAME }}" = "develop" ]; then
Expand Down

0 comments on commit c938191

Please sign in to comment.