Skip to content

Commit

Permalink
docker-image.yml 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yooonwodyd committed Dec 21, 2023
1 parent 288dc37 commit f6f7fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
distribution: 'temurin'
- name: Add env properties
run: |
touch ./src/main/resources/env.yaml
echo "${{ secrets.ENV_YML }}" > ./src/main/resources/env.yaml
touch ./src/main/resources/env.yml
echo "${{ secrets.ENV_YML }}" > ./src/main/resources/env.yml
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit f6f7fc8

Please sign in to comment.