From 6d90a8c09e78b7479a21257b209cb4a13a63c2cb Mon Sep 17 00:00:00 2001 From: elias Date: Tue, 31 Jan 2023 20:45:27 +0100 Subject: [PATCH] Removed docker-image.yml --- .github/workflows/docker-image.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/docker-image.yml diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml deleted file mode 100644 index 22af2d8..0000000 --- a/.github/workflows/docker-image.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Docker Image CI - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -jobs: - - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Build the Docker image - run: docker build . --file Dockerfile --tag saile2204/ionos_dynamic_dns_client:$(date +%s)