Skip to content

Commit

Permalink
Update proxy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner authored Apr 17, 2022
1 parent df0cebf commit 143260c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ steps.inputs-and-secrets.outputs._TEMP_DOCKERHUB_USER }}
password: ${{ steps.inputs-and-secrets.outputs._TEMP_DOCKERHUB_PASSWORD }}
username: ${{ secrets._TEMP_DOCKERHUB_USER }}
password: ${{ secrets._TEMP_DOCKERHUB_PASSWORD }}

- name: build and push images
run: |
Expand Down

0 comments on commit 143260c

Please sign in to comment.