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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Test bicep
|
||||||
|
run: az bicep build --file ./infrastructure/main.bicep --stdout
|
||||||
|
|
||||||
- name: Build container images
|
- name: Build container images
|
||||||
run: |
|
run: |
|
||||||
docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:${{needs.versionize.outputs.semver}}
|
docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:${{needs.versionize.outputs.semver}}
|
||||||
|
@ -77,9 +80,6 @@ jobs:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
infrastructure
|
infrastructure
|
||||||
|
|
||||||
- name: Test bicep
|
|
||||||
run: az bicep build ./infrastructure/main.bicep
|
|
||||||
|
|
||||||
- name: Az CLI login
|
- name: Az CLI login
|
||||||
uses: azure/login@v2
|
uses: azure/login@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue