File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 4242 with :
4343 args : build dockerBuildImages
4444
45+ - name : Determine docker tag
46+ id : tag
47+ run : echo ::set-output name=tag::$(./gradlew -q printDockerImageDefaultTag | head -1)
48+
49+ - name : Scan docker image
50+ 51+ with :
52+ image-name : hypertrace/attribute-service:${{ steps.tag.outputs.tag }}
53+ env :
54+ DOCKLE_HOST : " unix:///var/run/docker.sock"
55+ continue-on-error : true
56+
4557 validate-helm-charts :
4658 runs-on : ubuntu-20.04
4759 steps :
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ plugins {
99 java
1010 application
1111 jacoco
12- id(" org.hypertrace.docker-java-application-plugin" ) version " 0.9.0 "
13- id(" org.hypertrace.docker-publish-plugin" ) version " 0.9.0 "
12+ id(" org.hypertrace.docker-java-application-plugin" ) version " 0.9.4 "
13+ id(" org.hypertrace.docker-publish-plugin" ) version " 0.9.4 "
1414 id(" org.hypertrace.integration-test-plugin" )
1515 id(" org.hypertrace.jacoco-report-plugin" )
1616}
You can’t perform that action at this time.
0 commit comments