Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabhkr952 authored Oct 21, 2023
1 parent 02c8b57 commit c5642b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
uses: actions/checkout@v3.5.3
with:
repository: Saurabhkr952/Book-Store-MERN-Stack
path: frontend


- name: Build & push frontend Docker image
uses: mr-smithers-excellent/docker-build-push@v6
with:
directory: frontend
image: saurabhkr952/book-store-mern
tags: frontend-${{ github.sha }}
registry: docker.io
Expand All @@ -36,6 +37,7 @@ jobs:
- name: Build & push backend Docker image
uses: mr-smithers-excellent/docker-build-push@v6
with:
directory: frontend
image: saurabhkr952/book-store-mern
tags: backend-${{ github.sha }}
registry: docker.io
Expand Down

0 comments on commit c5642b0

Please sign in to comment.