Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit c104475

Browse files
committed
have DockerHub login use username secret instead
1 parent 2a09c62 commit c104475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
198198
with:
199199
registry: ${{ env.DOCKERHUB_REGISTRY }}
200-
username: ${{ github.actor }}
200+
username: ${{ secrets.DOCKERHUB_USERNAME }}
201201
password: ${{ secrets.DOCKERHUB_TOKEN }}
202202
- name: Build and push image to DockerHub
203203
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)