Skip to content

Commit

Permalink
fix: rm old workflow inputs & set correct image name
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsOveTen committed Dec 10, 2024
1 parent 4e98619 commit 4cb3224
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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 @@ -18,7 +18,6 @@ jobs:
build_env_value: ai-project-service
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GCP_SA_DIGDIR_FDK_GCR_KEY: ${{ secrets.GCP_SA_DIGDIR_FDK_GCR_KEY }}

deploy-to-demo:
needs: build-and-deploy-production
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 @@ -31,7 +31,6 @@ jobs:
build_env_value: ai-project-service
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 with reusable workflow
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-ai-project-service.yaml
images:
- name: ai-project-service
newName: eu.gcr.io/digdir-fdk-infra/ai-project-service
newName: ghcr.io/informasjonsforvaltning/ai-project-service
newTag: $(GIT_COMMIT_SHA)

0 comments on commit 4cb3224

Please sign in to comment.