Skip to content

Commit 27ea8ab

Browse files
authored
Use repository variables for non-sensitive fields (#1427)
1 parent 8211cf4 commit 27ea8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: docker/login-action@v2
9191
with:
9292
registry: docker.io
93-
username: ${{ secrets.DOCKERHUB_USERNAME }}
93+
username: ${{ vars.DOCKERHUB_USERNAME }}
9494
password: ${{ secrets.DOCKERHUB_PASSWORD }}
9595
- uses: docker/login-action@v2
9696
with:

0 commit comments

Comments
 (0)