Skip to content

Commit

Permalink
Setting the Docker Hub login variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo authored Jul 31, 2024
1 parent e9cd93b commit 7c901a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Update the Docker Hub description
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
repository: radstudio/paserver

0 comments on commit 7c901a0

Please sign in to comment.