Delete dockerimage.yml
This commit is contained in:
parent
e7ba886bf7
commit
38da86fe18
1 changed files with 0 additions and 15 deletions
15
.github/workflows/dockerimage.yml
vendored
15
.github/workflows/dockerimage.yml
vendored
|
@ -1,15 +0,0 @@
|
||||||
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 a new issue