File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1414 outputs :
1515 image : ${{ steps.docker-build-push.outputs.image }}
1616 telemetry : ${{ steps.docker-build-push.outputs.telemetry }}
17- test-config-changed : ${{ steps.test-config-changed.outputs.changed != 'non-inputs' }}
18- only-config-changed : ${{ steps.changed-files.outputs.changed == 'only-inputs'}}
1917 steps :
2018 - name : Checkout
2119 uses : actions/checkout@v4
4341 deploy-test :
4442 name : Deploy to test
4543 needs : docker-build
46- permissions :
47- contents : " read"
48- id-token : " write"
49- packages : " read"
5044 runs-on : ubuntu-latest
5145 steps :
5246 - name : Checkout
5751 CLUSTER : test
5852 RESOURCE : .nais/test/klass-forvaltning-dev.yaml
5953 DEPLOY_SERVER : deploy.ssb.cloud.nais.io:443
60- WORKLOAD_IMAGE : ${{ needs.build.outputs.image }}
61- TELEMETRY : ${{ needs.build.outputs.telemetry }}
54+ WORKLOAD_IMAGE : ${{ needs.docker-build.outputs.image }}
55+ TELEMETRY : ${{ needs.docker-build.outputs.telemetry }}
56+
You can’t perform that action at this time.
0 commit comments