Skip to content

Commit

Permalink
[HotFix] Redisson 에러 해결을 위한 빌드 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pak0426 committed Jul 1, 2024
1 parent 294a977 commit 965a8a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,15 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Print Environment Variables
run: |
echo "SPRING_PROFILES_ACTIVE: $SPRING_PROFILES_ACTIVE"
printenv
- name: Build with Gradle Wrapper
run: ./gradlew build
run: |
./gradlew clean
./gradlew build
- name: Build Docker Image
run: docker build -t ${{ secrets.CONTAINER_REGISTRY_PUBLIC_END_POINT }}/joy-mall:${{ github.sha }} .
Expand Down

0 comments on commit 965a8a2

Please sign in to comment.