Skip to content

fix: bump emqx version to 5.1.3 #629

fix: bump emqx version to 5.1.3

fix: bump emqx version to 5.1.3 #629

Workflow file for this run

name: Docker build
on:
push:
branches: [ main ]
pull_request:
branches: '*'
jobs:
docker:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v3
with:
context: .
push: false
tags: aws.greengrass.clientdevices.mqtt.emqx:latest
cache-from: type=gha
cache-to: type=gha,mode=max