attempt 2
This commit is contained in:
parent
687f1e0a44
commit
569e7a4cef
1 changed files with 3 additions and 3 deletions
6
.github/workflows/app.yml
vendored
6
.github/workflows/app.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue