Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Rett referanse til image
Browse files Browse the repository at this point in the history
  • Loading branch information
ekun committed Jul 2, 2024
1 parent c24fe18 commit 373c642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
RESOURCE: .nais/naiserator.yaml,.nais/dev-gcp-alerts.yaml
CLUSTER: dev-gcp
VARS: .nais/dev-gcp.json
VAR: image=${{ needs.build.outputs.image }}
VAR: image=${{ needs.bygg.outputs.image }}
steps:
- uses: actions/[email protected]
- uses: nais/deploy/actions/deploy@v2
Expand All @@ -95,7 +95,7 @@ jobs:
RESOURCE: .nais/naiserator.yaml,.nais/prod-gcp-alerts.yaml
CLUSTER: prod-gcp
VARS: .nais/prod-gcp.json
VAR: image=${{ needs.build.outputs.image }}
VAR: image=${{ needs.bygg.outputs.image }}
steps:
- uses: actions/[email protected]
- uses: nais/deploy/actions/deploy@v2

0 comments on commit 373c642

Please sign in to comment.