We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e185600 commit 63d2b41Copy full SHA for 63d2b41
.github/workflows/build-dapr-tls.yaml
@@ -74,7 +74,7 @@ jobs:
74
shell: bash
75
run: |
76
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
77
- COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,secure,jakarta,-javax COHERENCE_VERSION=$COH_VERSION make certs clean generate-proto generate-proto-v1 build-test-images test-cluster-startup test-dapr-tls
+ COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,secure,jakarta,-javax COHERENCE_VERSION=$COH_VERSION make clean certs generate-proto generate-proto-v1 build-test-images test-cluster-startup test-dapr-tls
78
make test-cluster-shutdown
79
80
- uses: actions/upload-artifact@v4
0 commit comments