Delete .github/workflows/docker-image.yml

This commit is contained in:
Suraj B M
2024-01-29 12:26:29 +05:30
committed by GitHub
parent c7a5c8d81e
commit d876985715

View File

@@ -1,18 +0,0 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag hadoop