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 d0a2ab0e2 [infra] support build and push docker image to hub nightly
everyday
d0a2ab0e2 is described below
commit d0a2ab0e25487531cb01bec84f9d515fce0fd215
Author: tomsun28 <[email protected]>
AuthorDate: Mon Aug 12 22:35:18 2024 +0800
[infra] support build and push docker image to hub nightly everyday
Signed-off-by: tomsun28 <[email protected]>
---
.github/workflows/nightly-build.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/nightly-build.yml
b/.github/workflows/nightly-build.yml
index 0709d2df0..498c068b5 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -39,8 +39,7 @@ jobs:
env:
IMAGE_PUSH: false
IMAGE_LOAD: true
- IMAGE_PLATFORM: linux/amd64
- $IMAGE_VERSION: nightly
+ IMAGE_VERSION: nightly
run: |
docker buildx create --use --name myBuilder --driver docker-container
docker buildx use myBuilder
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]