Skip to content

Commit

Permalink
chore: remove gcr sa secret (#2162)
Browse files Browse the repository at this point in the history
* chore: remove gcr sa secret, set correct image location, audit fix
  • Loading branch information
valosnah authored Nov 29, 2024
1 parent 19476df commit d175430
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 23 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-prod&demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
environment: prod
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GCP_SA_DIGDIR_FDK_GCR_KEY: ${{ secrets.GCP_SA_DIGDIR_FDK_GCR_KEY }}

deploy:
name: Deploy prod environment
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
environment: staging
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GCP_SA_DIGDIR_FDK_GCR_KEY: ${{ secrets.GCP_SA_DIGDIR_FDK_GCR_KEY }}

deploy:
name: Deploy to staging environment
Expand Down
2 changes: 1 addition & 1 deletion deploy/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ resources:
- service.yaml
images:
- name: fdk-portal
newName: eu.gcr.io/digdir-fdk-infra/fdk-portal
newName: ghcr.io/informasjonsforvaltning/fdk-portal
newTag: $(GIT_COMMIT_SHA)
49 changes: 29 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d175430

Please sign in to comment.