Update dockerimage.yml

This commit is contained in:
Brian Christner 2019-11-01 00:05:07 +01:00 committed by GitHub
parent 0bce581a36
commit 5a42c51513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.github/workflows/dockerimage.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: prometheus test
on: [push]
jobs:
build:
runs-on: docker:compose
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docke-compose up