Skip to content

Commit

Permalink
fix: docker-compose 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy authored Apr 16, 2024
1 parent 47feb70 commit 93c2ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set Docker-compose.yml
uses: microsoft/variable-substitution@v1
with:
files: docker-compose.yml
files: ./docker-compose.yml
env:
services.rabbitmq.environment.RABBITMQ_DEFAULT_USER: ${{ secrets.RABBITMQ_DEFAULT_USER }}
services.rabbitmq.environment.RABBITMQ_DEFAULT_PASS: ${{ secrets.RABBITMQ_DEFAULT_PASS }}
Expand Down

0 comments on commit 93c2ba8

Please sign in to comment.