This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch nightly-build
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/nightly-build by this push:
new cb852c928 [infra] support build and push docker image to hub nightly
everyday
cb852c928 is described below
commit cb852c928b556ac9de0636d1b70aca4a22a75b0f
Author: tomsun28 <[email protected]>
AuthorDate: Mon Aug 12 22:43:00 2024 +0800
[infra] support build and push docker image to hub nightly everyday
Signed-off-by: tomsun28 <[email protected]>
---
.github/workflows/nightly-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly-build.yml
b/.github/workflows/nightly-build.yml
index 498c068b5..8a6060da8 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -49,7 +49,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]