Skip to content

Commit

Permalink
updated CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AashishNandakumar committed Apr 12, 2024
1 parent 83c67b4 commit 53fb4a6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ 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
run: |
docker-compose build
docker-compose push
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/vedavault:latest

0 comments on commit 53fb4a6

Please sign in to comment.