Skip to content

Commit

Permalink
ci: updating workflow to use var for username
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasehlert committed Jun 20, 2024
1 parent cc22a37 commit be934f1
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 @@ -56,7 +56,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
Expand Down

0 comments on commit be934f1

Please sign in to comment.