ci: use github runner for building docker image

This commit is contained in:
Ivan Dyachkov 2023-08-02 14:32:05 +02:00
parent 34cd8dc520
commit 96ed17679d
1 changed files with 1 additions and 2 deletions

View File

@ -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