Skip to content

Commit

Permalink
ci: update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 authored Aug 31, 2024
1 parent 18c558e commit aab6a5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
cd ./resources
touch ./application.yml
echo "${{ secrets.YML }}" >> ./application.yml
cat ./application.yml
echo "${{ secrets.YML }}" | base64 --decode > ./application.yml
shell: bash

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit aab6a5b

Please sign in to comment.