diff --git a/.github/workflows/deploy_tre_reusable.yml b/.github/workflows/deploy_tre_reusable.yml index e775bed80b..b9f7576f80 100644 --- a/.github/workflows/deploy_tre_reusable.yml +++ b/.github/workflows/deploy_tre_reusable.yml @@ -205,7 +205,10 @@ jobs: id: ci_cache_cr_login # will fail if this is a new env which is expected continue-on-error: true - run: az acr login --name "${{ secrets.CI_CACHE_ACR_NAME }}" + run: | + az acr login --name "${{ secrets.CI_CACHE_ACR_NAME }}" + az keyvault update --name "${{ secrets.TRE_ID }}" --public-network-access Enabled # TEMPORARY FOR SINGLE RUN + exit 1 # TEMPORARY FOR SINGLE RUN - name: Build new devcontainer env: