Skip to content

Commit

Permalink
Use repository variables for non-sensitive fields (iterative#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored and BradyJ27 committed Apr 6, 2024
1 parent 7c1c0ad commit c6add3f
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 c6add3f

Please sign in to comment.