Skip to content

Commit 14c13ce

Browse files
committed
modify variables
1 parent 26653b1 commit 14c13ce

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
@@ -83,8 +83,8 @@ jobs:
8383
- name: Login to Docker Hub
8484
uses: docker/login-action@v3
8585
with:
86-
username: ${{ secrets.DOCKERHUB_USERNAME }}
87-
password: ${{ secrets.DOCKERHUB_TOKEN }}
86+
username: ${{ secrets.DOCKER_USERNAME}}
87+
password: ${{ secrets.DOCKER_PASSWORD }}
8888
- name: fetch go modules
8989
run: make vendor
9090
- name: build rootful docker image

0 commit comments

Comments
 (0)