pihole-exporter/.github/workflows/dockerimage.yml

16 lines
277 B
YAML
Raw Normal View History

2019-08-22 08:46:22 +02:00
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)