Skip to content

Commit

Permalink
final commit ig
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanush-2313 committed Sep 22, 2024
1 parent 18c266b commit 51f87fc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,9 @@
# - name: Log in to Docker Hub
# uses: docker/login-action@v1
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}

# - name: Build and Push DB Handler Image
# uses: docker/build-push-action@v2
# with:
# context: .
# file: ./docker/Dockerfile.db
# push: true
# tags: dhanush2313/cicd:db-latest

# - name: Build and Push User App Image
# uses: docker/build-push-action@v2
# with:
Expand Down

0 comments on commit 51f87fc

Please sign in to comment.