Skip to content

Commit

Permalink
♻️ [refactor] github action modify
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi3226 committed Jul 12, 2024
1 parent 136cc87 commit a72e3b3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
- name: Spring Boot Build
run: ./gradlew clean build -x test --warning-mode=all --stacktrace

docker:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

# Docker 이미지 Build (5)
- name: docker image build
run: docker build -t rimi3226/gamegoo .
Expand Down

0 comments on commit a72e3b3

Please sign in to comment.