Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zepor committed Nov 6, 2023
1 parent 088c882 commit 8bd4989
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_django-python-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Login to Azure Container Registry
uses: docker/login-action@v1
with:
registry: loveofsports.azurecr.io
username: ${{ env.AZURE_CLIENT_ID }}
password: ${{ secrets.REGISTRY_PASSWORD }}
registry: ${{ secrets.ACR_NAME }}.azurecr.io
username: ${{ secrets.ACR_NAME }}
password: ${{ secrets.ACR_PASSWORD }}

- name: Build and push Docker images
run: |
Expand Down
3 changes: 3 additions & 0 deletions kompose.exe
Git LFS file not shown

0 comments on commit 8bd4989

Please sign in to comment.