Skip to content

Commit

Permalink
Use correct env name for docker GA (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Aug 12, 2021
1 parent 6d58a51 commit ee47bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docker.yml
Expand Up @@ -37,8 +37,8 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push
id: docker_build
Expand Down

0 comments on commit ee47bf0

Please sign in to comment.