mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-05-14 12:36:35 +00:00
14 lines
240 B
YAML
14 lines
240 B
YAML
name: docker
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Build the Docker image
|
|
run: docker build . --file Dockerfile --tag mqtt2prometheus:${GITHUB_REF##*/}
|