Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongHunHui authored Aug 13, 2024
2 parents b081e4d + dd4620f commit 065eb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "VERSION=${{ env.VERSION }}" >> gradle.properties
- name: Gradle로 빌드
run: ./gradlew clean build
run: ./gradlew clean build --refresh-dependencies

- name: Docker Hub에 로그인
run: echo "${{ env.DOCKER_PASSWORD }}" | docker login -u "${{ env.DOCKER_ID }}" --password-stdin
Expand Down

0 comments on commit 065eb78

Please sign in to comment.