This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch action-docker-build
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/action-docker-build by this
push:
new dc5212a00 bugfix github action build docker image error
dc5212a00 is described below
commit dc5212a0014e0c70ae58530da542116ba175296d
Author: tomsun28 <[email protected]>
AuthorDate: Wed Aug 14 13:52:55 2024 +0800
bugfix github action build docker image error
Signed-off-by: tomsun28 <[email protected]>
---
.github/workflows/nightly-build.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/nightly-build.yml
b/.github/workflows/nightly-build.yml
index dbd107048..3728efb23 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -36,10 +36,10 @@ jobs:
- name: Build with Maven
run: mvn clean -B package -Prelease --file pom.xml
- - uses: docker/setup-qemu-action@v2
- - uses: docker/setup-buildx-action@v2
+ - uses: docker/setup-qemu-action@v3
+ - uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]