Skip to content

Commit 743da41

Browse files
authored
Removes deprecated identity_provider and project_id from docker-build-push. (#3735)
1 parent 5031321 commit 743da41

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/common.workflow.backend.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ jobs:
108108
uses: nais/docker-build-push@v0
109109
with:
110110
team: dolly
111-
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
112-
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
113111
docker_context: ${{ inputs.working-directory }}
114112
image_suffix: ${{ inputs.image-suffix }}
115113
outputs:

.github/workflows/common.workflow.frontend.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ jobs:
145145
uses: nais/docker-build-push@v0
146146
with:
147147
team: dolly
148-
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
149-
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
150148
docker_context: ${{ inputs.working-directory }}
151149
image_suffix: ${{ inputs.image-suffix }}
152150
outputs:

0 commit comments

Comments
 (0)