mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
secrets.dockeraccount
This commit is contained in:
parent
558499c8db
commit
092cd10f3e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/develop_ci.yml
vendored
4
.github/workflows/develop_ci.yml
vendored
|
@ -47,8 +47,8 @@ jobs:
|
|||
registry: docker.io
|
||||
dockerfile: appmanage/Dockerfile
|
||||
directory: appmanage
|
||||
username: websoft9admin
|
||||
password: Qiaofeng@1227
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
ci-test:
|
||||
needs: build-image
|
||||
|
|
Loading…
Reference in a new issue