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

Commit c24fe18

Browse files
committed
Setter image med var
1 parent 0286492 commit c24fe18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
RESOURCE: .nais/naiserator.yaml,.nais/dev-gcp-alerts.yaml
7777
CLUSTER: dev-gcp
7878
VARS: .nais/dev-gcp.json
79-
IMAGE: ${{needs.bygg.outputs.image}}
79+
VAR: image=${{ needs.build.outputs.image }}
8080
steps:
8181
- uses: actions/[email protected]
8282
- uses: nais/deploy/actions/deploy@v2
@@ -95,7 +95,7 @@ jobs:
9595
RESOURCE: .nais/naiserator.yaml,.nais/prod-gcp-alerts.yaml
9696
CLUSTER: prod-gcp
9797
VARS: .nais/prod-gcp.json
98-
IMAGE: ${{needs.bygg.outputs.image}}
98+
VAR: image=${{ needs.build.outputs.image }}
9999
steps:
100100
- uses: actions/[email protected]
101101
- uses: nais/deploy/actions/deploy@v2

0 commit comments

Comments
 (0)