mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 12:36:38 +00:00
fixes in docker.yml for fields in the wrong spot
This commit is contained in:
parent
34951eb8d0
commit
9b56d55c90
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -55,8 +55,8 @@ jobs:
|
|||
- name: Login to Docker
|
||||
uses: azure/docker-login@v1
|
||||
with:
|
||||
username: ${{ secrets.dockerhub_password }}
|
||||
password: ${{ secrets.dockerhub_user }}
|
||||
username: ${{ secrets.dockerhub_user }}
|
||||
password: ${{ secrets.dockerhub_password }}
|
||||
# Build the solutions in the docker image
|
||||
- name: Build Solution
|
||||
shell: powershell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue