Skip to content

Commit d0a3263

Browse files
authored
Merge pull request #159 from kjiyun/main
#150 Fix: cd.yml write-application-yml true 설정
2 parents fdc5fdf + 6cfa688 commit d0a3263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
java-version: "17"
1212
distribution: "temurin"
1313
image-name: ${{ vars.MY_APP }}
14+
write-application-yml: true
1415
secrets:
1516
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
1617
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)