Skip to content

Commit

Permalink
ci: use docker username from env
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Feb 6, 2025
1 parent 3c7bb60 commit 1397843
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 @@ -53,7 +53,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker meta for PMS
Expand Down

0 comments on commit 1397843

Please sign in to comment.