Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AashishNandakumar authored Apr 12, 2024
1 parent 230a4d4 commit f2ec134
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./docker-compose.yml
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/vedavault:latest
run: |
docker-compose build
docker-compose push

0 comments on commit f2ec134

Please sign in to comment.