Skip to content

Update VerneMQ to 2.0.1 #43

Update VerneMQ to 2.0.1

Update VerneMQ to 2.0.1 #43

name: Test Container Builds
on:
pull_request:
paths:
- '**/Dockerfile'
- '**/entrypoint.sh'
- '.github/pr-container-build-workflow.yaml'
jobs:
test-build-container:
name: Test Container Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Building Docker Image
env:
CONTAINER_IMAGE_NAME: gh_actions_test
run: docker build -t $CONTAINER_IMAGE_NAME:ci-test .