This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch fix-github-zk-hadoop
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/fix-github-zk-hadoop by this
push:
new 0229c9cc1 fix thirdparty docker
0229c9cc1 is described below
commit 0229c9cc1b4438353ad73b70ec18ac16c23f6721
Author: Dan Wang <[email protected]>
AuthorDate: Thu Oct 17 15:48:27 2024 +0800
fix thirdparty docker
---
.github/workflows/thirdparty-regular-push.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/thirdparty-regular-push.yml
b/.github/workflows/thirdparty-regular-push.yml
index 9116d458a..60cd59780 100644
--- a/.github/workflows/thirdparty-regular-push.yml
+++ b/.github/workflows/thirdparty-regular-push.yml
@@ -93,7 +93,7 @@ jobs:
- ubuntu2004
- ubuntu2204
- centos7
- if: ${{ needs.build_push_src_docker_images.outputs.os_version ==
matrix.osversion }}
+ if: needs.build_push_src_docker_images.outputs.os_version ==
matrix.osversion
steps:
# The glibc version on ubuntu1804 and centos7 is lower than the
actions/checkout@v4 required, so
# we need to force to use actions/checkout@v3.
@@ -136,7 +136,7 @@ jobs:
- ubuntu2004
- ubuntu2204
- centos7
- if: ${{ needs.build_push_src_docker_images.outputs.os_version ==
matrix.osversion }}
+ if: needs.build_push_src_docker_images.outputs.os_version ==
matrix.osversion
steps:
# The glibc version on ubuntu1804 and centos7 is lower than the
actions/checkout@v4 required, so
# we need to force to use actions/checkout@v3.
@@ -171,7 +171,7 @@ jobs:
matrix:
osversion:
- ubuntu2204
- if: ${{ needs.build_push_src_docker_images.outputs.os_version ==
matrix.osversion }}
+ if: needs.build_push_src_docker_images.outputs.os_version ==
matrix.osversion
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
@@ -206,7 +206,7 @@ jobs:
matrix:
osversion:
- ubuntu2204
- if: ${{ needs.build_push_src_docker_images.outputs.os_version ==
matrix.osversion }}
+ if: needs.build_push_src_docker_images.outputs.os_version ==
matrix.osversion
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]