use dockerfile

This commit is contained in:
Tim Wundenberg
2023-06-23 19:29:21 +02:00
committed by GitHub
parent 604d799a8b
commit 492024d99a

15
.github/workflows/docker-image.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --tag cloudflare-dynamic-dns:$(date +%s)