Skip to content

Commit 333c9a9

Browse files
committed
CI-fix: Use secret for username
1 parent 516e50e commit 333c9a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deps-linuxdeploy-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: Login to Docker Hub
5454
uses: docker/login-action@v3
5555
with:
56-
username: andy5995
56+
username: ${{ secrets.DOCKERHUB_USERNAME }}
5757
password: ${{ secrets.UNCLE_ANDY_DOCKERHUB_ACCESS_TOKEN }}
5858
-
5959
name: Build and push by digest
@@ -107,7 +107,7 @@ jobs:
107107
name: Login to Docker Hub
108108
uses: docker/login-action@v3
109109
with:
110-
username: andy5995
110+
username: ${{ secrets.DOCKERHUB_USERNAME }}
111111
password: ${{ secrets.UNCLE_ANDY_DOCKERHUB_ACCESS_TOKEN }}
112112
-
113113
name: Create manifest list and push

0 commit comments

Comments
 (0)