Skip to content

Commit

Permalink
use buildArguments instead of environmentVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed Apr 17, 2024
1 parent 1c8cf39 commit 051a911
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
containerAppName: digdir-assistants-test
resourceGroup: altinn-ai-assistant
imageToBuild: altinnaicontainers.azurecr.io/digdir-assistants:${{ github.sha }}
environmentVariables: VITE_SLACK_APP_SUPABASE_API_URL=${{secrets.VITE_SLACK_APP_SUPABASE_API_URL}} VITE_SLACK_APP_SUPABASE_ANON_KEY=${{secrets.VITE_SLACK_APP_SUPABASE_ANON_KEY}}

buildArguments: |
"VITE_SLACK_APP_SUPABASE_API_URL=${{secrets.VITE_SLACK_APP_SUPABASE_API_URL}}"
"VITE_SLACK_APP_SUPABASE_ANON_KEY=${{secrets.VITE_SLACK_APP_SUPABASE_ANON_KEY}}"
Expand Down

0 comments on commit 051a911

Please sign in to comment.