Skip to content

Commit

Permalink
add: registry private endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 20, 2024
1 parent 99da70d commit f723c4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ansible-configure-if-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:

env:
AZURE_IF_RUNNER_IP: ${{ secrets.AZURE_IF_RUNNER_IP }}
REGISTRY: ${{ secrets.REGISTRY }}
# REGISTRY: ${{ secrets.REGISTRY_PRIVATE_ENDPOINT }} # TODO: change above line to this before using
REGISTRY: ${{ secrets.REGISTRY_PRIVATE_ENDPOINT }}
ACR_USERNAME: ${{ secrets.ACR_USERNAME }}
ACR_PASSWORD: ${{ secrets.ACR_PASSWORD }}

Expand Down

0 comments on commit f723c4f

Please sign in to comment.