diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml deleted file mode 100644 index 2f52c09c..00000000 --- a/.github/workflows/docker-image.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Docker Image CI -on: - workflow_dispatch: -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Build the Docker image - run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)