Skip to content

Commit

Permalink
Use repository variables for non-sensitive fields
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Sep 13, 2023
1 parent 8211cf4 commit c06a3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: docker/login-action@v2
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- uses: docker/login-action@v2
with:
Expand Down

0 comments on commit c06a3d0

Please sign in to comment.