mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-04-26 10:31:09 +00:00
Fix secrets name
This commit is contained in:
parent
ec12b6a021
commit
c1c4f9793a
1 changed files with 2 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue