Skip to content

Commit

Permalink
Fixing Refs to Secrets AGAIN!
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Kingscote committed Mar 10, 2021
1 parent 3a06cba commit c4339bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
id: docker_build
Expand Down

0 comments on commit c4339bf

Please sign in to comment.