Skip to content

Commit

Permalink
Updates creds to use org secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ndorin committed Jul 22, 2020
1 parent 1f8555e commit 2246007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2246007

Please sign in to comment.