From 3a4539dd50bf57f7361164e3fdcce2c5669f2c50 Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Mon, 21 Jul 2025 16:26:54 +0200 Subject: [PATCH] Delete .github/workflows directory --- .github/workflows/docker-image.yml | 17 ----------------- 1 file changed, 17 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 1678eab..0000000 --- a/.github/workflows/docker-image.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Docker Image CI - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -jobs: - - build: - runs-on: debian-latest - - steps: - - uses: actions/checkout@v4 - - name: Build the Docker image - run: docker build . --file Dockerfile --tag timetrack:$(date +%s)