build(docker): use ghcr image for build docker
This commit is contained in:
parent
7364e821b8
commit
cde614aad8
|
@ -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:
|
||||
|
|
2
build
2
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 .
|
||||
|
|
Loading…
Reference in New Issue