Skip to content

Commit

Permalink
Update cd-build-frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengming-Li authored Apr 10, 2024
1 parent 8b31b87 commit 20e2f5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd-build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: echo
run: pwd

- name: Build Docker Image
run: docker build -t berkeleytime-frontend .
run: docker build -t berkeleytime-frontend ./frontend/

- name: Save Docker Image as Tarball
run: docker save berkeleytime-frontend:latest -o berkeleytime-frontend.tar
Expand Down

0 comments on commit 20e2f5f

Please sign in to comment.