mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
moves fields to the correct places
This commit is contained in:
parent
348668f273
commit
34951eb8d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
|
|
@ -51,8 +51,8 @@ jobs:
|
||||||
- name: Login to Docker
|
- name: Login to Docker
|
||||||
uses: azure/docker-login@v1
|
uses: azure/docker-login@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.dockerhub_password }}
|
username: ${{ secrets.dockerhub_user }}
|
||||||
password: ${{ secrets.dockerhub_user }}
|
password: ${{ secrets.dockerhub_password }}
|
||||||
# Build the solutions in the docker image
|
# Build the solutions in the docker image
|
||||||
- name: Build Solution
|
- name: Build Solution
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue