Skip to content

Commit

Permalink
Merge pull request #100 from schireson/dc/docker-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCardin authored Jun 12, 2023
2 parents 0756c2d + 2380701 commit 4cc9634
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 @@ -39,8 +39,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Publish Dockerhub
run: |
Expand Down

0 comments on commit 4cc9634

Please sign in to comment.