Commit a81436a 1 parent 325d2b6 commit a81436a Copy full SHA for a81436a
File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ 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
- - uses : nais/platform-build-push-sign@main # ratchet:exclude
40
- id : build_push_sign
39
+ - name : Build and push image and SBOM to OCI registry
40
+ uses : nais/docker-build-push@v0
41
+ id : docker-build-push
41
42
with :
42
43
name : wonderwalled-${{ matrix.module }}
43
44
context : ./wonderwalled-${{ matrix.module }}
44
45
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 }}
46
+ team : nais
47
+ identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }} # Provided as Organization Secret
48
+ project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }} # Provided as Organization Variable
49
49
- uses : nais/deploy/actions/deploy@v2 # ratchet:exclude
50
50
env :
51
51
APIKEY : ${{ secrets.NAIS_DEPLOY_APIKEY }}
55
55
- uses : nais/deploy/actions/deploy@v2 # ratchet:exclude
56
56
if : matrix.token-generator
57
57
env :
58
- APIKEY : ${{ secrets.NAIS_DEPLOY_APIKEY }}
59
58
CLUSTER : dev-gcp
60
59
RESOURCE : .nais/${{ matrix.module }}-token-generator.yaml
61
60
IMAGE : ${{ steps.build_push_sign.outputs.tag }}
You can’t perform that action at this time.
0 commit comments