Skip to content

Commit

Permalink
refactor: Build with daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jul 22, 2023
1 parent fb11480 commit 1e5019e
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 jib
run: ./gradlew --no-daemon jibDockerBuild
- 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}"
image = "limarktest/${project.name}:${project.version}"
}
}

Expand Down

0 comments on commit 1e5019e

Please sign in to comment.