From fd0d4f105e1f9198aea9fb9e4051b11467779d7d Mon Sep 17 00:00:00 2001 From: Binayak <63701876+Binayak104@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:11:09 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a429a2a98..f4d084c2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,12 +27,3 @@ jobs: - name: Build with Gradle run: ./gradlew build - - - name: Build and Push Docker Image - uses: mr-smithers-excellent/docker-build-push@v4 - with: - image: nanajanashia/demo-app - registry: docker.io - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} -