From a32ba9b0454dad774683948e50dbb16531afa377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amalie=20Mans=C3=A5ker?= Date: Wed, 12 Jul 2023 15:24:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Legger=20til=20dockerimage=20i?= =?UTF-8?q?=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Markus A. R. Johansen Co-authored-by: Hege Haavaldsen Co-authored-by: Helene Arnesen Co-authored-by: Øydis Kind Refsum Co-authored-by: Christian Bulow Skovborg --- .github/workflows/build-and-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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