Skip to content

Commit

Permalink
Rename secrets for docker job.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Oct 17, 2023
1 parent 9cfc7a8 commit cb92757
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 @@ -19,8 +19,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Echo Tag Name
run: echo "Tag - ${{github.ref_name}}"
Expand Down

0 comments on commit cb92757

Please sign in to comment.