ci: use github runner for building docker image
This commit is contained in:
parent
34cd8dc520
commit
96ed17679d
|
@ -33,7 +33,7 @@ on:
|
|||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ${{ github.repository_owner == 'emqx' && 'aws-amd64' || 'ubuntu-22.04' }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
EMQX_NAME: ${{ matrix.profile[0] }}
|
||||
PKG_VSN: ${{ matrix.profile[0] == 'emqx' && inputs.version-emqx || inputs.version-emqx-enterprise }}
|
||||
|
@ -53,7 +53,6 @@ jobs:
|
|||
- name: build and export to Docker
|
||||
id: build
|
||||
run: |
|
||||
sudo apt-get -y install make
|
||||
make ${{ matrix.profile[0] }}-docker
|
||||
echo "EMQX_IMAGE_TAG=$(cat .docker_image_tag)" >> $GITHUB_OUTPUT
|
||||
- name: smoke test
|
||||
|
|
Loading…
Reference in New Issue