Skip to content

Commit

Permalink
chore: fix docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 16, 2023
1 parent 65f8f38 commit ea0336d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: dockerhub-login
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKER_USERNAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: ghcr-login
uses: docker/login-action@v1
Expand Down

0 comments on commit ea0336d

Please sign in to comment.