diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2023-11-14 16:42:35 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2023-11-14 16:42:35 +0800 |
| commit | 8afacc5504e1fad85f363e71d42e08e3deff8b96 (patch) | |
| tree | 78591ea146bc50a22ad388859e4897344ae16565 | |
| parent | Merge pull request #5097 from luomengY/generate_crd_charts (diff) | |
| download | kubeedge-8afacc5504e1fad85f363e71d42e08e3deff8b96.tar.gz | |
push conformance image to dockerhub
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
| -rw-r--r-- | .github/workflows/release.yml | 6 | ||||
| -rwxr-xr-x | hack/make-rules/imageprocess.sh | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12d923409..fbf6baaad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: name: publish to DockerHub strategy: matrix: - target: [cloudcore, admission, edgesite-agent, edgesite-server, csidriver, iptables-manager, edgemark, installation-package, controller-manager] + target: [cloudcore, admission, edgesite-agent, edgesite-server, csidriver, iptables-manager, edgemark, installation-package, controller-manager, conformance, nodeconformance] outputs: hash-digest-cloudcore: ${{ steps.hash.outputs.hash-digest-cloudcore }} hash-digest-admission: ${{ steps.hash.outputs.hash-digest-admission }} @@ -113,6 +113,8 @@ jobs: hash-digest-edgemark: ${{ steps.hash.outputs.hash-digest-edgemark }} hash-digest-installation-package: ${{ steps.hash.outputs.hash-digest-installation-package }} hash-digest-controller-manager: ${{ steps.hash.outputs.hash-digest-controller-manager }} + hash-digest-conformance: ${{ steps.hash.outputs.hash-digest-conformance }} + hash-digest-nodeconformance: ${{ steps.hash.outputs.hash-digest-nodeconformance }} runs-on: ubuntu-22.04 steps: - name: checkout code @@ -155,7 +157,7 @@ jobs: needs: [publish-image-to-dockerhub] strategy: matrix: - target: [cloudcore, admission, edgesite-agent, edgesite-server, csidriver, iptables-manager, edgemark, installation-package, controller-manager] + target: [cloudcore, admission, edgesite-agent, edgesite-server, csidriver, iptables-manager, edgemark, installation-package, controller-manager, conformance, nodeconformance] permissions: actions: read # for detecting the Github Actions environment. id-token: write # for creating OIDC tokens for signing. diff --git a/hack/make-rules/imageprocess.sh b/hack/make-rules/imageprocess.sh index 1645d25a7..62d355124 100755 --- a/hack/make-rules/imageprocess.sh +++ b/hack/make-rules/imageprocess.sh @@ -35,6 +35,8 @@ ALL_IMAGES_AND_TARGETS=( edgemark:edgemark:build/edgemark/Dockerfile installation-package:installation-package:build/docker/installation-package/installation-package.dockerfile controller-manager:controller-manager:build/controllermanager/Dockerfile + conformance:conformance:build/conformance/Dockerfile + nodeconformance:nodeconformance:build/conformance/nodeconformance.Dockerfile ) function get_imagename_by_target() { |
