Skip to content

Commit 3b749d8

Browse files
committed
modify variables
1 parent 14c13ce commit 3b749d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
- name: Login to Docker Hub
121121
uses: docker/login-action@v3
122122
with:
123-
username: ${{ secrets.DOCKERHUB_USERNAME }}
124-
password: ${{ secrets.DOCKERHUB_TOKEN }}
123+
username: ${{ secrets.DOCKER_USERNAME}}
124+
password: ${{ secrets.DOCKER_PASSWORD }}
125125
- name: fetch go modules
126126
run: make vendor
127127
- name: build rootless docker image

0 commit comments

Comments
 (0)