Skip to content

Commit

Permalink
ci: fix variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Feb 8, 2025
1 parent a4a6e33 commit 52b34c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
username: ${{ env.DOCKERHUB_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker meta for PMS
Expand Down

0 comments on commit 52b34c3

Please sign in to comment.