mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-24 11:37:03 +01:00
Added docker workflow
This commit is contained in:
parent
77ddd504c9
commit
e7ba886bf7
15
.github/workflows/dockerimage.yml
vendored
Normal file
15
.github/workflows/dockerimage.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- release/*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag pihole-exporter:$(date +%s)
|
Loading…
Reference in New Issue
Block a user