File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
permissions :
15
15
contents : read
16
16
id-token : write
17
- outputs :
18
- image : ${{ steps.docker-build-push.outputs.image }}
19
17
steps :
20
18
- uses : actions/checkout@v4
21
19
- uses : actions/setup-java@v4
35
33
team : teamfamilie
36
34
identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
37
35
project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
36
+ outputs :
37
+ image : ${{ steps.docker-build-push.outputs.image }}
38
38
deploy :
39
39
name : Deploy to FSS
40
40
needs : build
Original file line number Diff line number Diff line change 14
14
permissions :
15
15
contents : read
16
16
id-token : write
17
- outputs :
18
- image : ${{ steps.docker-build-push.outputs.image }}
19
17
steps :
20
18
- uses : actions/checkout@v4
21
19
- uses : actions/setup-java@v4
35
33
team : teamfamilie
36
34
identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
37
35
project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
36
+ outputs :
37
+ image : ${{ steps.docker-build-push.outputs.image }}
38
38
deploy-to-dev :
39
39
name : Deploy to FSS
40
40
needs : build
You can’t perform that action at this time.
0 commit comments