File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ steps:
1919 when :
2020 ref :
2121 - " refs/pull/**" # Only run for pull requests
22- - name : publish-2.3.1
22+ - name : publish-2.3.2
2323 image : plugins/docker:20
2424 settings :
2525 # auto_tag: true
2626 # auto_tag_suffix: v2.0.2-java17
2727 tags :
28- - v2.3.1
28+ - v2.3.2
2929 # - latest
3030 # - stable-java17
3131 daemon_off : false
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o harness-sonar
1515
1616FROM amazoncorretto:17.0.8-alpine3.18
1717
18- ARG SONAR_VERSION=6.0 .0.4432
18+ ARG SONAR_VERSION=6.1 .0.4477
1919ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}
2020ARG SONAR_SCANNER=sonar-scanner-${SONAR_VERSION}
2121
You can’t perform that action at this time.
0 commit comments