Skip to content

Commit

Permalink
chore: deploy 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sejineer committed May 27, 2024
1 parent 6d14156 commit 1429489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: clean bootJar --stacktrace --info
arguments: clean bootJar
- name: Check build output
run: ls -la build/libs
run: ls -al /home/runner/work/Mediscan-Server/Mediscan-Server/build/libs
- name: docker image build
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/mediscan .
- name: docker login
Expand Down

0 comments on commit 1429489

Please sign in to comment.