Skip to content

Commit

Permalink
Fjernet deprecated variablers som identity_provider og project_id fra…
Browse files Browse the repository at this point in the history
… build_n_deploy.yml filene. (#895)
  • Loading branch information
krikof-nav authored Feb 10, 2025
1 parent 1198e89 commit e52ba65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_n_deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
id: docker-build-push
with:
team: teamfamilie
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
outputs:
image: ${{ steps.docker-build-push.outputs.image }}
deploy:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_n_deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
id: docker-build-push
with:
team: teamfamilie
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
- name: Post build failures to Slack
if: failure()
run: |
Expand Down

0 comments on commit e52ba65

Please sign in to comment.