Skip to content

Commit

Permalink
GA: Fikser deploy-manuelt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
espenwaaga committed Sep 16, 2024
1 parent 22131ec commit b4750ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-manuelt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ on:
jobs:
deploy:
name: Deploy
permissions:
id-token: write
uses: navikt/fp-gha-workflows/.github/workflows/deploy.yml@main
with:
gar: true
image: ${{ inputs.image }}
cluster: ${{ inputs.environment }}-gcp
app: /${{ inputs.app }}
image_suffix: '/${{ inputs.app }}'
deploy_context: '/${{ inputs.app }}'
secrets: inherit

0 comments on commit b4750ee

Please sign in to comment.