Skip to content

Commit

Permalink
fix: github image build
Browse files Browse the repository at this point in the history
  • Loading branch information
djs0109 committed Mar 4, 2024
1 parent 239b9e9 commit 5e8efa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
context: ./frontend
- dockerfile: ./backend/gateway/Dockerfile
image: gateway
context: ./backend/gateway
context: ./
- dockerfile: ./backend/api/Dockerfile
image: api
context: ./backend/api
context: ./
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 5e8efa0

Please sign in to comment.