Skip to content

Commit

Permalink
Test build with temp id
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Feb 4, 2025
1 parent 127be65 commit 1e5d8be
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main-build-4testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME_TEMP }}
password: ${{ secrets.DOCKERHUB_TOKEN_TEMP }}

- name: Show free space
run: |
Expand All @@ -59,12 +59,11 @@ jobs:
- name: Check docker login
run: |
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
docker pull onlyoffice/4testing-docspace-api:develop.4430
docker image ls --all
docker tag onlyoffice/4testing-docspace-api:develop.4430 onlyoffice/4testing-docspace-api:develop.test.4430
docker tag onlyoffice/4testing-docspace-api:develop.4430 /4testing-docspace-api:develop.test.4430
docker image ls --all
docker push onlyoffice/4testing-docspace-api:develop.test.4430
docker push ${{ secrets.DOCKERHUB_USERNAME_TEMP }}/4testing-docspace-api:develop.test.4430
- name: Build 4testing
id: build
Expand Down

0 comments on commit 1e5d8be

Please sign in to comment.