mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-04-28 03:20:03 +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
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME_PAT }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME_ENTERPRISE }}
|
||||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN_PAT }}
|
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN_ENTERPRISE }}
|
||||||
|
|
||||||
- name: release 4enterpise
|
- name: release 4enterpise
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue