fix docker hub secrets

This commit is contained in:
Andrew Welker
2020-08-20 10:52:34 -06:00
parent ff5ad93c6f
commit 6b93162592

View File

@@ -62,8 +62,8 @@ jobs:
- name: Login to Docker - name: Login to Docker
uses: azure/docker-login@v1 uses: azure/docker-login@v1
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKER_TOKEN }} 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