mirror of
https://github.com/nanomq/nanomq.git
synced 2025-06-22 01:57:27 +00:00
* MDF [ci/workflow] docker builds requires it as well
Signed-off-by: jaylin <jaylin@emqx.io>
This commit is contained in:
4
.github/workflows/build_packages.yaml
vendored
4
.github/workflows/build_packages.yaml
vendored
@ -219,7 +219,7 @@ jobs:
|
||||
aws s3 cp --recursive build/_packages s3://packages.emqx/nanomq/$(git describe --abbrev=0 --tags)
|
||||
|
||||
build_docker_prepare:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
host: ${{ steps.host.outputs.host }}
|
||||
steps:
|
||||
@ -297,7 +297,7 @@ jobs:
|
||||
|
||||
publish_packages:
|
||||
needs: [build_packages, build_docker]
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
if: github.event_name == 'release'
|
||||
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user