Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
ci: use correct dockerhub var names (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Aug 11, 2021
1 parent 842c4fc commit b99fb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_CACHE_USERNAME }}
password: ${{ secrets.DOCKERHUB_CACHE_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Set suffix to Docker tags
uses: actions/github-script@v3
Expand Down

0 comments on commit b99fb04

Please sign in to comment.