diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8934acd..563830d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -50,4 +50,5 @@ jobs: env: "APIKEY": "${{ secrets.NAIS_DEPLOY_APIKEY }}" "CLUSTER": "dev-gcp" - "RESOURCE": "nais.yml" \ No newline at end of file + "RESOURCE": "nais.yml" + "IMAGE": "${{ needs.build.outputs.image }}" \ No newline at end of file