Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
weiwang0305 committed Apr 12, 2024
1 parent df41161 commit 9637324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Build and push client
uses: docker/build-push-action@v5
with:
context: client
context: /client
push: true
tags: client
- name: Build and push server
uses: docker/build-push-action@v5
with:
context: server
context: /server
push: true
tags: sever

0 comments on commit 9637324

Please sign in to comment.