Files
mqtt2prometheus/.github/workflows/dockerimage.yml
Christoph Petrausch f545e55456 Push twice
2020-04-22 00:58:35 +02:00

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##*/}