From 43bca7a6af4afbf6ea4a00ecbb1d404ebc82c5d4 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Sun, 1 Sep 2024 21:34:13 +0530 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3f53646..294d378 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,18 +1,18 @@ -name: Docker Image CI +# name: Docker Image CI -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] +# on: +# push: +# branches: [ "main" ] +# pull_request: +# branches: [ "main" ] -jobs: +# jobs: - build: +# build: - runs-on: ubuntu-latest +# runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Build the Docker image - run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) +# steps: +# - uses: actions/checkout@v4 +# - name: Build the Docker image +# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)