From 492024d99a637ab0033e6d7d53f177409e35d840 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Fri, 23 Jun 2023 19:29:21 +0200 Subject: [PATCH] use dockerfile --- .github/workflows/docker-image.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/docker-image.yml diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml new file mode 100644 index 0000000..d4c53d6 --- /dev/null +++ b/.github/workflows/docker-image.yml @@ -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)