From a0f5f4106b034c9db78ba79f8fcd921db561e765 Mon Sep 17 00:00:00 2001 From: Niko Huttu Date: Tue, 6 Feb 2024 17:32:54 +0200 Subject: [PATCH] test --- .github/workflows/main_3tee.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_3tee.yml b/.github/workflows/main_3tee.yml index 1c7395c..f1b8823 100644 --- a/.github/workflows/main_3tee.yml +++ b/.github/workflows/main_3tee.yml @@ -32,7 +32,8 @@ jobs: push: true tags: nhuttu.azurecr.io/${{ secrets.ACR_USERNAME }}/webimage:${{ github.sha }} file: ./Dockerfile - secrets: NEXT_PUBLIC_TESTATAAN="MOII" + secrets: | + NEXT_PUBLIC_TESTATAAN="MOII" deploy: runs-on: ubuntu-latest