1
0
mirror of synced 2026-01-09 15:02:41 -05:00

Enable passing custom or wildcard container repo (#52767)

This commit is contained in:
Rachael Sewell
2024-10-17 17:18:33 -07:00
committed by GitHub
parent f09f014202
commit d8a2afc85f
3 changed files with 3 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ jobs:
- name: 'Create Azure Container Registry Token'
env:
CONTAINER_REGISTRY_SERVER: ${{ secrets.PROD_REGISTRY_SERVER }}
CONTAINER_REPO: ${{ github.repository }}
run: npm run create-acr-token
- name: 'Docker login'