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 6f09c85 commit 6a5f7f0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main-build-4testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ env:
jobs:

build:
runs-on: ubuntu-latest-docspace
#runs-on: ubuntu-latest-docspace
runs-on: ubuntu-latest
strategy:
matrix:
platform:
Expand Down Expand Up @@ -56,11 +57,11 @@ jobs:
docker image ls
docker system df
- name: Check docker login
run: |
docker pull onlyoffice/4testing-docspace-api:develop.4430
docker tag onlyoffice/4testing-docspace-api:develop.4430 onlyoffice/4testing-docspace-api:develop.test.4430
docker push onlyoffice/4testing-docspace-api:develop.test.4430
# - name: Check docker login
# run: |
# docker login
# docker image ls --all
# docker push onlyoffice/4testing-docspace-api:develop.test.4430

- name: Build 4testing
id: build
Expand Down

0 comments on commit 6a5f7f0

Please sign in to comment.