Skip to content

Commit 1af5a04

Browse files
authored
Update build-deploy.yaml
Fjern deprecated parametere
1 parent ae1ccd7 commit 1af5a04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-deploy.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
id: docker-push
4646
with:
4747
team: pia
48-
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
49-
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
5048
outputs:
5149
image: ${{ steps.docker-push.outputs.image }}
5250

@@ -105,5 +103,3 @@ jobs:
105103
with:
106104
image: ${{ needs.docker-build-push.outputs.image }}
107105
team: pia
108-
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
109-
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}

0 commit comments

Comments
 (0)