Skip to content

Commit

Permalink
refactor: Build without daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jul 22, 2023
1 parent d20fea5 commit fb11480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jib {
image = "gcr.io/distroless/java@sha256:629d4fdc17eec821242d45497abcb88cc0442c47fd5748baa79d88dde7da3e2d"
}
to {
image = "limarktest/${project.name}:${project.version}"
image = "limarktest/${project.name}"
}
}

Expand Down

0 comments on commit fb11480

Please sign in to comment.