Skip to content

Commit

Permalink
fix: fix path docker build command (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmatau79 authored Feb 7, 2025
1 parent 334bdd8 commit 0b6c746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: steps.semantic.outputs.new-release-published == 'true'
run: |
for APP in webrtc-server loadbalancer; do
docker build -f apps/$APP/Dockerfile -t $DH_USERNAME/$APP:$IMAGE_TAG .
docker build -f apps/$APP/Dockerfile -t $DH_USERNAME/$APP:$IMAGE_TAG apps/$APP/
done
- name: Add tags to Docker images and push to Docker Hub
Expand Down

0 comments on commit 0b6c746

Please sign in to comment.