Skip to content

Commit

Permalink
[chore] gradlew bash에서 실행
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJE20 authored Sep 23, 2023
1 parent 1f8ca86 commit a307846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: |
chmod +x gradlew
sudo ./gradlew build
shell: bash

- name: 도커 이미지 빌드
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKER_IMAGE_NAME }}:latest .
Expand Down

0 comments on commit a307846

Please sign in to comment.