Skip to content

Commit

Permalink
fix: fixed secret variable
Browse files Browse the repository at this point in the history
  • Loading branch information
XFox111 committed Oct 9, 2024
1 parent eb60a18 commit dea0332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.inputs.push == 'true'
uses: docker/login-action@v3
with:
username: ${{ github.DOCKERHUB_USERNAME }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: "Login to GitHub Container Registry"
Expand Down

0 comments on commit dea0332

Please sign in to comment.