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 }}
|
||||
subscription-id: ${{ secrets.CALQUE_PRD_SUBSCRIPTION_ID }}
|
||||
|
||||
# - name: Login to ACR
|
||||
# uses: azure/docker-login@v2
|
||||
# with:
|
||||
# login-server: ${{ secrets.ACR_LOGIN_SERVER }}
|
||||
- name: Login to ACR
|
||||
uses: azure/docker-login@v2
|
||||
with:
|
||||
login-server: ${{ secrets.ACR_LOGIN_SERVER }}
|
||||
|
||||
- name: Push container images
|
||||
working-directory: src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue