perhaps both steps?
This commit is contained in:
parent
80eec443dd
commit
cb7f45373c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/app.yml
vendored
8
.github/workflows/app.yml
vendored
|
@ -63,10 +63,10 @@ jobs:
|
||||||
tenant-id: ${{ secrets.CALQUE_PRD_TENANT_ID }}
|
tenant-id: ${{ secrets.CALQUE_PRD_TENANT_ID }}
|
||||||
subscription-id: ${{ secrets.CALQUE_PRD_SUBSCRIPTION_ID }}
|
subscription-id: ${{ secrets.CALQUE_PRD_SUBSCRIPTION_ID }}
|
||||||
|
|
||||||
# - name: Login to ACR
|
- name: Login to ACR
|
||||||
# uses: azure/docker-login@v2
|
uses: azure/docker-login@v2
|
||||||
# with:
|
with:
|
||||||
# login-server: ${{ secrets.ACR_LOGIN_SERVER }}
|
login-server: ${{ secrets.ACR_LOGIN_SERVER }}
|
||||||
|
|
||||||
- name: Push container images
|
- name: Push container images
|
||||||
working-directory: src
|
working-directory: src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue