attempt 2

This commit is contained in:
Chris Kruining 2024-11-28 10:53:37 +01:00
parent 687f1e0a44
commit 569e7a4cef
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -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: