Skip to content

Commit

Permalink
#11 jib 외 설정 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoo96.cho committed Nov 25, 2023
1 parent bf5deb7 commit 894515b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- '#11-test-coverage'


jobs:
Expand Down Expand Up @@ -55,5 +56,4 @@ jobs:
env:
USERNAME: ${{secrets.USERNAME}}
TOKEN: ${{secrets.TOKEN}}
GITHUB_TOKEN: ${{ secrets.TOKEN }} # Needed to get PR information, if any
run: ./gradlew jib --image=ghcr.io/${{ github.repository }}:${{ github.sha }} --info
run: ./gradlew jib

0 comments on commit 894515b

Please sign in to comment.