Skip to content

Commit

Permalink
fix: dockerhub login
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored May 1, 2022
1 parent bfa9b2f commit b2fa3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${DOCKER_USERNAME}
password: ${DOCKER_PASSWORD}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit b2fa3ce

Please sign in to comment.