From cde614aad870315593653259a1be627efe94591c Mon Sep 17 00:00:00 2001 From: zhanghongtong Date: Wed, 20 Oct 2021 14:29:51 +0800 Subject: [PATCH] build(docker): use ghcr image for build docker --- .github/workflows/run_api_tests.yaml | 3 +-- build | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_api_tests.yaml b/.github/workflows/run_api_tests.yaml index 66abce3f7..32a0480e9 100644 --- a/.github/workflows/run_api_tests.yaml +++ b/.github/workflows/run_api_tests.yaml @@ -1,10 +1,9 @@ name: API Test Suite concurrency: - group: apt-test-${{ github.event_name }}-${{ github.ref }} + group: apt-${{ github.event_name }}-${{ github.ref }} cancel-in-progress: true - on: push: tags: diff --git a/build b/build index 68ed85b4c..e56a8a483 100755 --- a/build +++ b/build @@ -150,7 +150,7 @@ make_docker() { docker build --no-cache \ --build-arg PKG_VSN="$PKG_VSN" \ - --build-arg BUILD_FROM="emqx/build-env:erl${OTP:-23.2.7.2-emqx-2}-alpine" \ + --build-arg BUILD_FROM="ghcr.io/emqx/emqx-builder-helper/5.0:${OTP:-24.1.1-emqx-1}-alpine" \ --build-arg EMQX_NAME="$PROFILE" \ --tag "emqx/$PROFILE:$PKG_VSN" \ -f deploy/docker/Dockerfile .