Skip to content

Commit

Permalink
fix: docker-buildx-ci.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimChanJin97 authored Jul 18, 2024
1 parent 4579ee7 commit b0054fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-buildx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
- name: Make application-prod.properties
run: |
cd ./src/main/resources
cd ${{ env.working-directory }}/src/main/resources
touch ./application-prod.properties
echo "${{ secrets.PROPERTIES_PROD }}" > ./application-prod.properties
shell: bash
working-directory: ${{ env.working-directory }}

- name: Grant Execute Permission For Gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit b0054fd

Please # to comment.