Skip to content

Commit 328dbea

Browse files
python151emily747
andauthored
Workflow dev (#45)
Co-authored-by: emily747 <[email protected]>
1 parent 9cce9ba commit 328dbea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/api.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ jobs:
109109

110110
- name: Build Image
111111
run: |
112-
cd apps/api/
113-
docker build . --tag events-api
112+
docker build . --file apps/api/Dockerfile --tag events-api
114113
115114
- name: Login to registry
116115
run: echo "${{ secrets.PAT }}" | docker login ghcr.io -u compsoc-service --password-stdin

0 commit comments

Comments
 (0)