From 569e7a4cef15e2dc587037c0f9e71a3e491f6531 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Thu, 28 Nov 2024 10:53:37 +0100 Subject: [PATCH] attempt 2 --- .github/workflows/app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index fa0a6e7..0e8d9fa 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -47,6 +47,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Test bicep + run: az bicep build --file ./infrastructure/main.bicep --stdout + - name: Build container images run: | docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:${{needs.versionize.outputs.semver}} @@ -77,9 +80,6 @@ jobs: sparse-checkout: | infrastructure - - name: Test bicep - run: az bicep build ./infrastructure/main.bicep - - name: Az CLI login uses: azure/login@v2 with: