Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AashishNandakumar committed Apr 12, 2024
1 parent 79712c8 commit 6b67232
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/vedavault:latest

- name: Build and push Docker images from docker-compose.yml
run: |
docker-compose -f docker-compose.yml build
Expand Down

0 comments on commit 6b67232

Please sign in to comment.