-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fbdd9e
commit 63e56e4
Showing
46 changed files
with
1,166 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,7 @@ target/ | |
k8s/ | ||
scripts/ | ||
|
||
.github/ | ||
.github/ | ||
|
||
log/ | ||
logs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,7 @@ jobs: | |
distribution: 'temurin' | ||
- name: Format with Gradle | ||
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0 | ||
with: | ||
arguments: format | ||
run: make checkformat | ||
- name: Setup | ||
run: make local-setup | ||
- name: Build with Gradle | ||
|
@@ -50,8 +49,6 @@ jobs: | |
run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD | ||
- name: Build the Docker image | ||
run: docker build . --file Dockerfile --tag ${{secrets.DOCKER_USER}}/template-service-java-springboot:latest | ||
- name: Build the Fluentbit Docker image | ||
run: docker build . --file Fluentbit-Dockerfile --tag ${{secrets.DOCKER_USER}}/template-service-java-springboot-fluentbit:latest | ||
# - name: Prisma Cloud image scan | ||
# id: scan | ||
# uses: PaloAltoNetworks/[email protected] | ||
|
@@ -69,6 +66,4 @@ jobs: | |
# pcc_pass: ${{ secrets.PCC_PASS }} | ||
# image_name: template-service-java-springboot:latest | ||
- name: Docker Push To DockerHub | ||
run: docker push ${{secrets.DOCKER_USER}}/template-service-java-springboot | ||
- name: Docker Push Fluentbit To DockerHub | ||
run: docker push ${{secrets.DOCKER_USER}}/template-service-java-springboot-fluentbit | ||
run: docker push ${{secrets.DOCKER_USER}}/template-service-java-springboot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,7 @@ out/ | |
|
||
### VS Code ### | ||
.vscode/ | ||
|
||
## logs | ||
log/ | ||
logs/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.