Skip to content

Enable prometheus jmx agent when running on ECS #102

Enable prometheus jmx agent when running on ECS

Enable prometheus jmx agent when running on ECS #102

Workflow file for this run

name: Docker Test Build
on: [pull_request]
jobs:
apiary-docker-image:
name: Apiary Docker Image Checks
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Ensure Apiary Docker Image Builds.
uses: docker/build-push-action@v1.1.0
with:
dockerfile: "Dockerfile"
always_pull: true
push: true