Skip to content

Commit

Permalink
refactor: Build image with no daemon
Browse files Browse the repository at this point in the history
Signed-off-by: Dinush Chathurya <dinushchathurya21@gmail.com>
  • Loading branch information
dinushchathurya committed Jul 22, 2023
1 parent 38b0029 commit 41a5293
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 jibDockerBuild
run: ./gradlew --no-daemon jib
- name: Docker login
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 41a5293

Please sign in to comment.