From 22460076eb9a178ace8a6b91737e874f3e5baee5 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Wed, 22 Jul 2020 15:30:27 -0600 Subject: [PATCH] Updates creds to use org secrets --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 30af46d..4a17707 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -63,8 +63,8 @@ jobs: - name: Login to Docker uses: azure/docker-login@v1 with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_TOKEN }} + username: ${{ secrets.DOCKERHUB_USER }} + password: ${{ secrets.DOCKERHUB_PASSWORD }} # Build the solutions in the docker image - name: Build Solution shell: powershell