Commit 09906fc 1 parent 99dafb5 commit 09906fc Copy full SHA for 09906fc
File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,18 @@ jobs:
36
36
uses : gradle/actions/dependency-submission@94baf225fe0a508e581a564467443d0e2379123b # ratchet:gradle/actions/dependency-submission@v4
37
37
- name : Build with Gradle
38
38
run : ./gradlew clean wonderwalled-${{ matrix.module }}:build wonderwalled-${{ matrix.module }}:shadowJar
39
- - name : Build and push image and SBOM to OCI registry
40
- uses : nais/docker-build-push@v0
41
- id : docker-build-push
39
+ - uses : nais/platform-build-push-sign@main # ratchet:exclude
40
+ id : build_push_sign
42
41
with :
43
42
name : wonderwalled-${{ matrix.module }}
44
43
context : ./wonderwalled-${{ matrix.module }}
45
44
dockerfile : ./wonderwalled-${{ matrix.module }}/Dockerfile
45
+ google_service_account : gh-wonderwalled
46
+ multi-platform : true
47
+ push : true
48
+ workload_identity_provider : ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
49
+ - uses : nais/login@v0 # ratchet:exclude
50
+ with :
46
51
team : nais
47
52
identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }} # Provided as Organization Secret
48
53
project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }} # Provided as Organization Variable
You can’t perform that action at this time.
0 commit comments