Skip to content

Commit

Permalink
:fix docker.yml using this branch fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed May 20, 2024
1 parent 5ed310a commit be2907f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
mkdir -p src/main/resources
echo "${{ secrets.MAIN_DATABASE_YML }}" | base64 --decode > src/main/resources/application.yml
- name: Set up Docker Buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Run chmod to make gradlew executable
Expand Down

0 comments on commit be2907f

Please sign in to comment.