moves fields to the correct places

This commit is contained in:
Andrew Welker
2020-05-18 17:27:52 -06:00
parent 348668f273
commit 34951eb8d0

View File

@@ -51,8 +51,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