mirror of
https://github.com/ONLYOFFICE/Docker-DocumentServer.git
synced 2026-02-10 20:45:40 +08:00
Fix secrets name
This commit is contained in:
4
.github/workflows/stable-build.yml
vendored
4
.github/workflows/stable-build.yml
vendored
@ -92,8 +92,8 @@ jobs:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME_PAT }}
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN_PAT }}
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME_ENTERPRISE }}
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN_ENTERPRISE }}
|
||||
|
||||
- name: release 4enterpise
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user