Files
mqtt2prometheus/.github/workflows/dockerimage.yml
Christoph Petrausch f0d19e17ab Build docker image on every push
Release docker image to github
2020-04-22 00:29:17 +02:00

18 lines
276 B
YAML

name: Docker Image CI
on:
push:
branches: ["master"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)