Skip to content

Commit 45fba0d

Browse files
authored
Update ci-cd pipeline.yml
1 parent b4fb981 commit 45fba0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# 5. docker-compose.yml 파일을 base64로 인코딩
5050
- name: Encode docker-compose file
5151
run: |
52-
echo "COMPOSE_CONTENT=$(base64 -w 0 docker/docker-compose.yml)" >> $GITHUB_ENV
52+
echo "COMPOSE_CONTENT=$(base64 -w 0 ./docker-compose.yml)" >> $GITHUB_ENV
5353
echo "Decoded content:"
5454
echo "$COMPOSE_CONTENT" | base64 -d
5555

0 commit comments

Comments
 (0)