Skip to content

Commit

Permalink
refactor: Chnage Jib command from jibDockerBuild to jib
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jul 22, 2023
1 parent d444236 commit cb6551b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Execute Gradle unit test
run: ./gradlew test
- name: Build docker image
run: ./gradlew --no-daemon jib
run: ./gradlew --no-daemon jibDockerBuild
- name: Docker login
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit cb6551b

Please sign in to comment.